aboutsummaryrefslogtreecommitdiff
path: root/bin/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'bin/deploy')
-rwxr-xr-xbin/deploy3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/deploy b/bin/deploy
index 6088edb..9c5fbce 100755
--- a/bin/deploy
+++ b/bin/deploy
@@ -6,7 +6,6 @@
# Parameters
DIRNAME="`dirname $0`"
BASEDIR="$DIRNAME/.."
-DEPLOY_DEPENDENCIES="puppet ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders"
# Determine hostname
if [ ! -z "$1" ]; then
@@ -23,7 +22,7 @@ fi
# Check manifest
if [ ! -e "$PUPPET_MANIFEST" ]; then
- echo "no manifest found for $FQDN"
+ echo "No manifest found for $FQDN"
exit 1
fi