aboutsummaryrefslogtreecommitdiff
path: root/manifests/renew/periodic.pp
blob: ec32fae5b4f22706f43cf1323b5aa7afde156d9f (plain)
1
2
3
4
5
6
7
# @api private
class letsencrypt::renew::periodic (
) {
  periodic { 'weekly_certbot_enable':
    value => 'YES',
  }
}