Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
@ -23,7 +23,7 @@
. cdist-config
[ $# -ge 1 ] || __cdist_usage "[-p] <target host> [target host ]"
set -ux
set -u
filter()
{
@ -53,6 +53,9 @@ __directory /home/services/nfs --parents yes
# Change permissions recursively
__directory /home/services --recursive yes --owner root --group root
# Setup a temp directory
__directory /local --mode 1777
--------------------------------------------------------------------------------