From de2540a4c1117e8a0a42485c8013b07c48d927c5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 2 Jun 2016 10:06:26 -0300 Subject: Fixes hydra_node_files --- share/hydra/nodes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 } -- cgit v1.2.3