From dcaf0f619b9f052611b270d65a1a7b044e3ccc78 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 26 Feb 2011 20:43:30 +0100 Subject: [PATCH] move marker file to be /etc/cdist-configured Signed-off-by: Nico Schottelius --- conf/manifest/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/manifest/init b/conf/manifest/init index 16e27adf..6b32edb5 100755 --- a/conf/manifest/init +++ b/conf/manifest/init @@ -6,7 +6,7 @@ echo "Running initial manifest for $__target_host" echo "We could access other manifests in $__manifest" -__file /etc/configured-via-cdist --type file +__file /etc/cdist-configured --type file case "$__target_host" in localhost)