aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/nodes
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-02 10:06:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-02 10:06:26 -0300
commitde2540a4c1117e8a0a42485c8013b07c48d927c5 (patch)
tree28e04468eb7ef6cba2fbe5792a923293d2aae6bf /share/hydra/nodes
parentab0d6a1d1bccbaeb242168380fb9969169bc1f51 (diff)
downloadhydra-de2540a4c1117e8a0a42485c8013b07c48d927c5.tar.gz
hydra-de2540a4c1117e8a0a42485c8013b07c48d927c5.tar.bz2
Fixes hydra_node_files
Diffstat (limited to 'share/hydra/nodes')
-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
}