Skip to content
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

Change flag re-exported for all tasks #637

Open
giacomocariello opened this issue Nov 15, 2017 · 0 comments
Open

Change flag re-exported for all tasks #637

giacomocariello opened this issue Nov 15, 2017 · 0 comments

Comments

@giacomocariello
Copy link

I would be nice if a module could intercept whether another module has changed in its own check phase. For instance, assuming the "changed" value returned an integer:

file.content "hello" {
content = "hello config"
destination = "/etc/hello.conf"
}

task "restart_hello" {
check = "test {{ lookup file.content.hello.changed }} -eq 1"
apply = "systemctl restart hello.service"
}

This example should restart hello service only if /etc/hello.conf is changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant