Browse Source

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

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
ssh_callback
Nico Schottelius 10 years ago
parent
commit
5152bdfce7
  1. 6
      cdist/conf/type/__directory/man.text

6
cdist/conf/type/__directory/man.text vendored

@ -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.

Loading…
Cancel
Save