-
Notifications
You must be signed in to change notification settings - Fork 313
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
Redeploy stack exec #322
Comments
I've created a ticket and added this to our internal backlog |
I have the same problem. When my docker-compose file changes, there is a notify to trigger a redeploy but nothing happens even if the logs seems to say otherwise with :
This was quite unexpected knowing that running |
So we were having the same issue as this but if I update to the new version and use this new type I get a notice message on every puppet run? |
@mattstrain can you please provide a manifest and a more complete log file? |
Are you sure this is fixed? Triggering a refresh on docker::stack does not refresh it. The same applies for docker_stack. I applied the changes in #657 . But not sure how this fix this for docker_stack. Any hints? |
What you expected to happen?
I require that my stacks are redeployed each run when a change is detected. I am using a file resource to deploy my stack file and when that deploys a change I and using a subscribe on my stack class to run the new exec I have added below.
How to reproduce it?
Deploy a stack and then change the stack file, run puppet with changes and the changes will not be added as the unless option exists
Anything else we need to know?
FYI - I am very new to GIT and puppet that is why I am raising this as an issue instead of a pull, apologies
Could I please ask for this to be added to the module as I am currently running a fork of the project that includes this change.
Code: -extract of stacks.pp
The text was updated successfully, but these errors were encountered: