aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/nodes
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-31 12:38:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-31 12:38:01 -0300
commitab0d6a1d1bccbaeb242168380fb9969169bc1f51 (patch)
tree569e5428d4ab74bcc3ac413b840ba78a42a97e09 /share/hydra/nodes
parente338658a21ed376023e48ee6253ef573c409f88c (diff)
downloadhydra-ab0d6a1d1bccbaeb242168380fb9969169bc1f51.tar.gz
hydra-ab0d6a1d1bccbaeb242168380fb9969169bc1f51.tar.bz2
Deploy: ignore example.org nodes
Diffstat (limited to 'share/hydra/nodes')
-rwxr-xr-xshare/hydra/nodes3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/hydra/nodes b/share/hydra/nodes
index a80e6c1..cd4920e 100755
--- a/share/hydra/nodes
+++ b/share/hydra/nodes
@@ -19,7 +19,8 @@
# Get a list of puppet node files
function hydra_node_files {
if [ -d "$PUPPET/config/node/" ]; then
- FILES="$PUPPET/config/node/*"
+ #FILES="$PUPPET/config/node/*"
+ FILES="`ls -1 config/node/ | grep -v example.org | xargs`"
fi
}