Compare commits

...

2 Commits

Author SHA1 Message Date
5b2d4f269d Merge branch 'bugfix/171-letsencrypt_resource' of kosmos/chef into master 2020-05-26 15:25:27 +00:00
Greg Karékinian
210c76c479 Fix the name of the Let's Encrypt cert execute resource
The resource in the notification was invalid, missing the type of
resource (execute)

Fixes #171
2020-05-26 14:10:47 +02:00

View File

@ -157,7 +157,7 @@ done
end
nginx_certbot_site new_resource.hostname do
notifies :run, "letsencrypt cert for #{domain}", :delayed
notifies :run, "execute[letsencrypt cert for #{domain}]", :delayed
end
# Generate a Let's Encrypt cert (only if the nginx vhost exists and no cert