43f7dee247
as I figure out how logging/output might look. A couple of major TODO features also listed in the file.
16 lines
277 B
YAML
16 lines
277 B
YAML
- pattern: '*'
|
|
tasks:
|
|
- do:
|
|
- update apache
|
|
- command
|
|
- [/usr/bin/yum, update, apache]
|
|
onchange:
|
|
- do:
|
|
- restart apache
|
|
- command
|
|
- [/sbin/service, apache, restart]
|
|
- do:
|
|
- run bin false
|
|
- command
|
|
- [/bin/false]
|
|
|