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 - -}