summaryrefslogtreecommitdiffstats
path: root/modules/certbot/manifests/init.pp
blob: e28b387738722bb34557858f140702d8aebbc2b1 (plain) (blame)
1
2
3
4
5
class certbot {
  package { 'certbot':
    ensure => installed;
  }
}