# install and configure certbot class certbot( String[1] $package, ) { package { $package: ensure => present; } }