mirror of
https://github.com/krislamo/puppet-acme_vault
synced 2024-11-09 20:30:36 +00:00
Up the frequency of LE deployments
This commit is contained in:
parent
d533860ed3
commit
2a3652e115
@ -36,9 +36,9 @@ class acme_vault::deploy(
|
|||||||
cron { "${domain}_deploy":
|
cron { "${domain}_deploy":
|
||||||
command => ". \$HOME/.bashrc && ${home_dir}/check_cert.sh ${domain} ${cert_destination_path} && ${restart_method}",
|
command => ". \$HOME/.bashrc && ${home_dir}/check_cert.sh ${domain} ${cert_destination_path} && ${restart_method}",
|
||||||
user => $user,
|
user => $user,
|
||||||
weekday => 2,
|
weekday => ['2-4'],
|
||||||
hour => 11,
|
hour => ['11-16'],
|
||||||
minute => 17,
|
minute => 30,
|
||||||
}
|
}
|
||||||
|
|
||||||
file {"${cert_destination_path}/${domain}":
|
file {"${cert_destination_path}/${domain}":
|
||||||
|
Loading…
Reference in New Issue
Block a user