enhance example even further
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c287d33ee3
commit
756226f153
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ __file /etc/cdist-configured
|
||||||
case "$__target_host" in
|
case "$__target_host" in
|
||||||
# Everybody has this
|
# Everybody has this
|
||||||
localhost)
|
localhost)
|
||||||
__link /tmp/cdist-testfile --source /etc/cdist-configured --type symbolic
|
require="__file/etc/cdist-configured" __link /tmp/cdist-testfile --source /etc/cdist-configured --type symbolic
|
||||||
require="__directory/tmp/cdist-test-dir" __file /tmp/cdist-test-dir/test-file --mode 0750 --owner nobody --group root
|
require="__directory/tmp/cdist-test-dir" __file /tmp/cdist-test-dir/test-file --mode 0750 --owner nobody --group root
|
||||||
__directory /tmp/cdist-test-dir --mode 4777
|
__directory /tmp/cdist-test-dir --mode 4777
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue