From 96cbb37a29835741d48463b82b8987e462758243 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 18 Mar 2011 01:51:44 +0100 Subject: [PATCH] fix example code in conf/manifest/init Signed-off-by: Nico Schottelius --- conf/manifest/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/manifest/init b/conf/manifest/init index e54f83aa..0b0dc9a5 100755 --- a/conf/manifest/init +++ b/conf/manifest/init @@ -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 ;; #