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

11 lines
176 B
Puppet

# install and configure certbot
class certbot inherits certbot::params {
package {
'certbot':
ensure => present,
name => $certbot::params::package;
}
}