change --parents and --recurse to boolean

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-09-21 10:40:37 +02:00
parent 24cae3cb21
commit e4d1ea5bc9
3 changed files with 6 additions and 5 deletions

View File

@ -32,14 +32,15 @@ mode::
owner:: owner::
User to chown to. User to chown to.
OPTIONAL BOOLEAN PARAMETERS
---------------------------
parents:: parents::
Whether to create parents as well (mkdir -p behaviour). Must be yes or no. Whether to create parents as well (mkdir -p behaviour)
recursive:: recursive::
If supplied the chgrp and chown call will run recursively. If supplied the chgrp and chown call will run recursively.
This does *not* influence the behaviour of chmod. This does *not* influence the behaviour of chmod.
Must be yes or no.
EXAMPLES EXAMPLES
-------- --------

View File

@ -0,0 +1,2 @@
parents
recursive

View File

@ -2,5 +2,3 @@ state
group group
mode mode
owner owner
parents
recursive