and - debug

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.7
Nico Schottelius 14 years ago
parent 43526d41a5
commit 7d8a58e6d1
  1. 2
      bin/cdist-mass-deploy
  2. 3
      conf/type/__directory/man.text

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

Loading…
Cancel
Save