From 08bd8b75213f0efc9fd218e8c17358bb814c0fbe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 5 Mar 2016 22:14:52 -0300 Subject: Deploy fixes --- bin/deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/deploy b/bin/deploy index 289f86c..6088edb 100755 --- a/bin/deploy +++ b/bin/deploy @@ -16,7 +16,7 @@ else fi # Set manifest -PUPPET_MANIFEST="$BASEDIR/puppet/manifests/nodes/$FQDN.pp" +PUPPET_MANIFEST="$BASEDIR/manifests/nodes/$FQDN.pp" if [ ! -e "$PUPPET_MANIFEST" ]; then PUPPET_MANIFEST="$BASEDIR/puppet/manifests/nodes/default.pp" fi @@ -59,5 +59,5 @@ if [ -d "$BASEDIR/puppet/files/patches/$DIST" ]; then fi # Run puppet apply -PUPPET_OPTS="--confdir=$BASEDIR/puppet --modulepath=$BASEDIR/puppet/modules" +PUPPET_OPTS="--confdir=$BASEDIR --modulepath=$BASEDIR/modules" LC_ALL=C $SUDO puppet apply $PUPPET_OPTS $PUPPET_MANIFEST -- cgit v1.2.3