aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/deploy2
1 files changed, 1 insertions, 1 deletions
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