added loopia method
This commit is contained in:
+4
-5
@@ -1,11 +1,10 @@
|
||||
# install and configure certbot
|
||||
class certbot(
|
||||
String[1] $package,
|
||||
) {
|
||||
class certbot inherits certbot::params {
|
||||
|
||||
package {
|
||||
$package:
|
||||
ensure => present;
|
||||
'certbot':
|
||||
ensure => present,
|
||||
name => $certbot::params::package;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user