forked from ungleich-public/cdist
cleanup cdist-config
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f5124bb821
commit
2d54c04f8a
1 changed files with 0 additions and 16 deletions
|
@ -85,19 +85,3 @@ __cdist_cache_host()
|
|||
{
|
||||
echo "${__cdist_cache_hosts}/${__cdist_target_host}"
|
||||
}
|
||||
|
||||
|
||||
#set -e
|
||||
|
||||
# load libraries so every program has them available - FIXME
|
||||
## find "${__cdist_LIBDIR}" -type f > "${__cdist_TMP}"
|
||||
## while read __cdist_lib; do
|
||||
## __cdist_debug_echo "Loading $__cdist_lib ..."
|
||||
## . "${__cdist_lib}"
|
||||
## done < "${__cdist_TMP}"
|
||||
##
|
||||
|
||||
# load modules, all parts => really
|
||||
#find "${__cdist_MODULES}" -name manifest > "${__cdist_TMP}"
|
||||
|
||||
#set +e
|
||||
|
|
Loading…
Reference in a new issue