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
This commit is contained in:
Greg Karékinian 2020-05-26 14:10:47 +02:00
parent 6469d2286e
commit 210c76c479

View File

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