Commit 7730341d by Michael DeHaan

We don't have modules that list when things change just yet. I plan to handle

this by having a changed=True/False in the JSON for these modules.  Added a note
so folks won't think we can only execute shell :)
parent 0095336a
- pattern: '*.prod.example.com'
tasks:
- do:
- update apache (note: service module TBD)
- command
- [/usr/bin/yum, update, apache]
onchange:
- do:
- restart apache (note: service module TBD)
- command
- [/sbin/service, apache, restart]
- do:
- run bin false
- command
- [/bin/false]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment