From: Silvio Rhatto Date: Thu, 2 Jun 2016 13:06:26 +0000 (-0300) Subject: Fixes hydra_node_files X-Git-Tag: 0.2.4~155 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=de2540a4c1117e8a0a42485c8013b07c48d927c5;p=hydra.git Fixes hydra_node_files --- diff --git a/share/hydra/nodes b/share/hydra/nodes index cd4920e..eb661c3 100755 --- a/share/hydra/nodes +++ b/share/hydra/nodes @@ -20,7 +20,7 @@ function hydra_node_files { if [ -d "$PUPPET/config/node/" ]; then #FILES="$PUPPET/config/node/*" - FILES="`ls -1 config/node/ | grep -v example.org | xargs`" + FILES="`ls -1 $PUPPET/config/node/ | grep -v example.org | xargs`" fi }