1
0
mirror of https://github.com/krislamo/puppet-acme_vault synced 2024-09-20 13:00:35 +00:00

Update readme to reflect deploy scripts addition

This commit is contained in:
Kris Lamoureux 2020-08-11 17:25:20 -04:00
parent cb84a4e371
commit 559cc05c0c
Signed by: kris
GPG Key ID: A30022791E1719A4

View File

@ -279,19 +279,19 @@ REQUIRED
where the cert should be deployed to. cert will end up in $cert_destination_path/$domain/. where the cert should be deployed to. cert will end up in $cert_destination_path/$domain/.
Default value: `/etc/acme-vault` Default value: `/etc/acme`
##### `restart` ##### `deploy_scripts`
indicates if cron should include a restart after cert is deployed location for arbitrary scripts to reload certificates for applications. scripts will end up in $cert_destination_path/deploy.d/
Valid values: `true` `false` Default value: `/etc/acme/deploy.d`
##### `restart_command` ##### `restart_method`
The command used restart any service after cert is deployed shell that is run after successful deployment. runs scripts in $deploy_scripts
Default value: `'echo restart!'` Default value: `for f in /etc/acme/deploy.d/*.sh; do "$f"; done`
## Limitations ## Limitations