From 2e0fa1cb95b1aa9a25399550d6c5795e333ce91a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 28 Sep 2010 20:34:03 +0200 Subject: [PATCH] old commit Signed-off-by: Nico Schottelius --- bin/cdist-config | 5 +++-- conf/modules/efsh/manifest | 5 ----- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 conf/modules/efsh/manifest diff --git a/bin/cdist-config b/bin/cdist-config index 34fe4a86..c72cf1e5 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -43,12 +43,13 @@ while read __cdist_lib; do . "${__cdist_lib}" done < "${CDIST_TMP}" -# load modules, all parts +# load modules, all parts => really #find "${CDIST_MODULES}" -name manifest > "${CDIST_TMP}" #set +e #echo $CDIST_CONFIG # FIXME: here or somewhere else? other parts may reuse tmp -rm -f $CDIST_TMP +: > "$CDIST_TMP" +#rm -f "$CDIST_TMP" #__cdist_cur="$(pwd -P)" diff --git a/conf/modules/efsh/manifest b/conf/modules/efsh/manifest deleted file mode 100644 index ac3a043c..00000000 --- a/conf/modules/efsh/manifest +++ /dev/null @@ -1,5 +0,0 @@ -efsh() -{ - cdist_dir /home/services /home/users /home/groups - -}