-
-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add use_inline_resources
to web_app
#507
Comments
@SharpEdgeMarshall Can you open a PR up to fix this? |
Sure i could make it, but i'm still waiting a feedback on the previous one, do you merge PRs or let them sit there forever? |
web_app is a definition not a resource, so use_inline_resources will not work until its converted to a resource |
@lamont-granquist beat me to it but I'll add that Definitions can't send or receive notifications which is why this isn't as simple as editing the existing definition. |
This should be addressed by #414 |
Closing due to inactivity. If this is still an issue please reopen or open another issue. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Cookbook version
v5.0.0
Scenario:
When using
web_app
resource is impossible to add a notification because is never executedUse case
I need to immediately reload apache2, after creating app config, to request a SSL certificate with acme protocol.
The text was updated successfully, but these errors were encountered: