Rename 'ensure' to 'state' because I think it's a bit cleaner and doesn't imply

all modules take a common parameter name.  But more or less we still work idempotently
in modules.
This commit is contained in:
Michael DeHaan
2012-02-26 22:31:42 -05:00
parent 228d1a0834
commit ba4e36a9a9
10 changed files with 45 additions and 72 deletions

View File

@@ -17,4 +17,4 @@
action: command /bin/false
handlers:
- name: restart apache
action: service name=httpd ensure=restarted
action: service name=httpd state=restarted