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