aboutsummaryrefslogtreecommitdiff
path: root/manifests/renew/cron.pp
blob: 37aa3fb1b74351493b9fb7a294fbd8cb270df66a (plain)
1
2
3
4
5
6
# Handles renewal certificates through CRON
# private
class letsencrypt::renew::cron (
) {
  fail('Not yet implemented')
}