2016-06-21 00:59:06 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
letsencrypt_sh:
|
|
|
|
pkg: 'letsencrypt.sh'
|
|
|
|
pkg_apache: 'letsencrypt.sh-apache2'
|
2016-12-12 16:07:16 +01:00
|
|
|
config_file: '/etc/letsencrypt.sh/config'
|
2016-06-21 00:59:06 +02:00
|
|
|
basedir: '/var/lib/letsencrypt.sh'
|
|
|
|
domains_txt: '/var/lib/letsencrypt.sh/domains.txt'
|
|
|
|
cron_command: 'letsencrypt.sh --cron >/var/log/letsencrypt.sh.log 2>&1; res=$?; [ $res -eq 0 ] || cat /var/log/letsencrypt.sh.log; exit $res'
|
|
|
|
cron_minute: random
|
|
|
|
cron_hour: random
|
|
|
|
cron_dayweek: random
|
|
|
|
cron_enabled: True
|
2016-12-12 20:47:14 +01:00
|
|
|
hook_script: '/etc/letsencrypt.sh/hook'
|
|
|
|
hook_script_src: 'salt://letsencrypt-sh/files/hook'
|
|
|
|
hook_service_to_reload: ''
|