add hint for 0700, root:root behaviour of __directory --parents

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-04-03 16:49:03 +02:00
parent d570e786ec
commit 5152bdfce7
1 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,11 @@ owner::
BOOLEAN PARAMETERS
------------------
parents::
Whether to create parents as well (mkdir -p behaviour)
Whether to create parents as well (mkdir -p behaviour).
Warning: all intermediate directory permissions default
to whatever mkdir -p does.
Usually this means root:root, 0700.
recursive::
If supplied the chgrp and chown call will run recursively.