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