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