From: Silvio Rhatto Date: Tue, 31 May 2016 15:38:01 +0000 (-0300) Subject: Deploy: ignore example.org nodes X-Git-Tag: 0.2.4~156 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ab0d6a1d1bccbaeb242168380fb9969169bc1f51;p=hydra.git Deploy: ignore example.org nodes --- 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 }