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:
		
							parent
							
								
									6469d2286e
								
							
						
					
					
						commit
						210c76c479
					
				| @ -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 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user