aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/dependencies7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/dependencies b/bin/dependencies
index 3a47a8e..bfbd5e9 100755
--- a/bin/dependencies
+++ b/bin/dependencies
@@ -5,14 +5,9 @@
# Parameters
BASENAME="`basename $0`"
-DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml r10k"
+DEPLOY_DEPENDENCIES="rsync puppet hiera-eyaml r10k"
DEVELOP_DEPENDENCIES="git mr whois hiera-eyaml"
-# Additional wheezy dependencies if not using puppet-common from wheezy-backports
-#if [ "`head -c 1 /etc/debian_version`" == '7' ]; then
-# DEPLOY_DEPENDENCIES="$DEPLOY_DEPENDENCIES ruby-hiera-puppet"
-#fi
-
# Set sudo config
if [ "`whoami`" != 'root' ]; then
SUDO="sudo"