aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/hydra/nodes2
1 files changed, 1 insertions, 1 deletions
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
}