added loopia method

This commit is contained in:
2020-12-02 13:54:33 +01:00
parent 4f740233f7
commit f4e79adc89
6 changed files with 247 additions and 6 deletions
+4 -5
View File
@@ -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;
}
}