old commit

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-09-28 20:34:03 +02:00
parent 582ee97103
commit 2e0fa1cb95
2 changed files with 3 additions and 7 deletions

View File

@ -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)"

View File

@ -1,5 +0,0 @@
efsh()
{
cdist_dir /home/services /home/users /home/groups
}