diff --git a/defaults.inc b/defaults.inc index 055e4cd9..fa48ef03 100755 --- a/defaults.inc +++ b/defaults.inc @@ -44,6 +44,7 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then declare -a NODE_TYPES for nmtype in "${!NM_HOSTS[@]}"; do NODE_TYPES+=(${nmtype}) + echo $nmtype done for ntype in "${NODE_TYPES[@]}"; do