Files
puppet-certbot/manifests/params.pp
T
2020-12-02 13:54:33 +01:00

9 lines
146 B
ObjectPascal

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