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

8
manifests/params.pp Normal file
View File

@ -0,0 +1,8 @@
# parameters for certbot
class certbot::params(
String[1] $package,
String[1] $bin_dir,
String[1] $etc_dir,
String[1] $certbot_bin,
) {
}