old commit
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
582ee97103
commit
2e0fa1cb95
2 changed files with 3 additions and 7 deletions
|
@ -43,12 +43,13 @@ while read __cdist_lib; do
|
||||||
. "${__cdist_lib}"
|
. "${__cdist_lib}"
|
||||||
done < "${CDIST_TMP}"
|
done < "${CDIST_TMP}"
|
||||||
|
|
||||||
# load modules, all parts
|
# load modules, all parts => really
|
||||||
#find "${CDIST_MODULES}" -name manifest > "${CDIST_TMP}"
|
#find "${CDIST_MODULES}" -name manifest > "${CDIST_TMP}"
|
||||||
|
|
||||||
#set +e
|
#set +e
|
||||||
|
|
||||||
#echo $CDIST_CONFIG
|
#echo $CDIST_CONFIG
|
||||||
# FIXME: here or somewhere else? other parts may reuse tmp
|
# FIXME: here or somewhere else? other parts may reuse tmp
|
||||||
rm -f $CDIST_TMP
|
: > "$CDIST_TMP"
|
||||||
|
#rm -f "$CDIST_TMP"
|
||||||
#__cdist_cur="$(pwd -P)"
|
#__cdist_cur="$(pwd -P)"
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
efsh()
|
|
||||||
{
|
|
||||||
cdist_dir /home/services /home/users /home/groups
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in a new issue