change --parents and --recurse to boolean
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
24cae3cb21
commit
e4d1ea5bc9
3 changed files with 6 additions and 5 deletions
|
@ -32,14 +32,15 @@ mode::
|
|||
owner::
|
||||
User to chown to.
|
||||
|
||||
|
||||
OPTIONAL BOOLEAN PARAMETERS
|
||||
---------------------------
|
||||
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::
|
||||
If supplied the chgrp and chown call will run recursively.
|
||||
This does *not* influence the behaviour of chmod.
|
||||
Must be yes or no.
|
||||
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
|
|
2
conf/type/__directory/parameter/boolean
Normal file
2
conf/type/__directory/parameter/boolean
Normal file
|
@ -0,0 +1,2 @@
|
|||
parents
|
||||
recursive
|
|
@ -2,5 +2,3 @@ state
|
|||
group
|
||||
mode
|
||||
owner
|
||||
parents
|
||||
recursive
|
||||
|
|
Loading…
Reference in a new issue