and - debug
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
43526d41a5
commit
7d8a58e6d1
2 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
. cdist-config
|
. cdist-config
|
||||||
[ $# -ge 1 ] || __cdist_usage "[-p] <target host> [target host ]"
|
[ $# -ge 1 ] || __cdist_usage "[-p] <target host> [target host ]"
|
||||||
set -ux
|
set -u
|
||||||
|
|
||||||
filter()
|
filter()
|
||||||
{
|
{
|
||||||
|
|
|
@ -53,6 +53,9 @@ __directory /home/services/nfs --parents yes
|
||||||
|
|
||||||
# Change permissions recursively
|
# Change permissions recursively
|
||||||
__directory /home/services --recursive yes --owner root --group root
|
__directory /home/services --recursive yes --owner root --group root
|
||||||
|
|
||||||
|
# Setup a temp directory
|
||||||
|
__directory /local --mode 1777
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue