From e6788856c328f03f0c9c21f902da7dacaa1eb2c0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Mar 2016 14:19:43 -0300 Subject: Fix manifest lookup on deployment --- bin/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/deploy b/bin/deploy index 9c5fbce..22065dc 100755 --- a/bin/deploy +++ b/bin/deploy @@ -17,7 +17,7 @@ fi # Set manifest PUPPET_MANIFEST="$BASEDIR/manifests/nodes/$FQDN.pp" if [ ! -e "$PUPPET_MANIFEST" ]; then - PUPPET_MANIFEST="$BASEDIR/puppet/manifests/nodes/default.pp" + PUPPET_MANIFEST="$BASEDIR/manifests/nodes/default.pp" fi # Check manifest -- cgit v1.2.3