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

@@ -16,7 +16,7 @@ import shlex
import subprocess
# ===========================================
# convert arguments of form ensure=running name=foo
# convert arguments of form a=b c=d
# to a dictionary
# FIXME: make more idiomatic