davidc / puppet_getssl

Puppet module to get Letsencrypt certificates with getssl Bash script by srvrco
0 stars 1 forks source link

Check certificate exists and if not run getssl #5

Open davidc opened 4 years ago

davidc commented 4 years ago

At the moment it runs getssl if the config file changes, but it doesn't depend on the certificate itself. This means that if the initial puppet run runs getssl and it fails for some reason (e.g. missing DNS entry - this could be more verbose too), then it never actually tries to run getssl again - you have to do it manually or wait for the cron job.