]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fixes hydra_node_files
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 2 Jun 2016 13:06:26 +0000 (10:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 2 Jun 2016 13:06:26 +0000 (10:06 -0300)
share/hydra/nodes

index cd4920ed89c005f4a828772cd53847b935dfeeec..eb661c3c1714d66f24fe3d1648b4bbe308f5d7ce 100755 (executable)
@@ -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
 }