From ab0d6a1d1bccbaeb242168380fb9969169bc1f51 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 31 May 2016 12:38:01 -0300 Subject: Deploy: ignore example.org nodes --- share/hydra/nodes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'share') 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 } -- cgit v1.2.3