just install certbot...
This commit is contained in:
11
manifests/init.pp
Normal file
11
manifests/init.pp
Normal file
@ -0,0 +1,11 @@
|
||||
# install and configure certbot
|
||||
class certbot(
|
||||
String[1] $package,
|
||||
) {
|
||||
|
||||
package {
|
||||
$package:
|
||||
ensure => present;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user