forked from ungleich-public/cdist
--state not --ensure [DOC BUG]
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
839986604d
commit
f1273aa7a1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ EXAMPLES
|
|||
__directory /tmp/foobar
|
||||
|
||||
# Remove a directory
|
||||
__directory /tmp/foobar --ensure absent
|
||||
__directory /tmp/foobar --state absent
|
||||
|
||||
# Ensure /etc exists correctly
|
||||
__directory /etc --owner root --group root --mode 0755
|
||||
|
|
Loading…
Reference in a new issue