puppet-certbot/manifests/params.pp

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,
) {
}