From f1273aa7a19de93f6d97c293ff8fbe7d0e20af25 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Jan 2012 15:29:17 +0100 Subject: [PATCH] --state not --ensure [DOC BUG] Signed-off-by: Nico Schottelius --- conf/type/__directory/man.text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/type/__directory/man.text b/conf/type/__directory/man.text index 315d1fb9..afba0875 100644 --- a/conf/type/__directory/man.text +++ b/conf/type/__directory/man.text @@ -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