forked from ungleich-public/cdist
fix example code in conf/manifest/init
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
63416e4af8
commit
96cbb37a29
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ case "$__target_host" in
|
|||
# Everybody has this
|
||||
localhost)
|
||||
__link /tmp/cdist-testfile --source /etc/cdist-configured --type symbolic
|
||||
require="foo" __directory /tmp/cdist-test-dir --mode 4777
|
||||
__file /tmp/cdist-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
|
||||
;;
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue