aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-25 19:47:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-25 19:47:35 -0300
commit51c1763e25e412ebe6125ad08df88d4fedd55831 (patch)
tree3184d185b1028abdae58d80c400659fe75d18dc1 /bin
parent3cc7d476092080e139533254c76052892b2d44d9 (diff)
downloadpuppet-bootstrap-51c1763e25e412ebe6125ad08df88d4fedd55831.tar.gz
puppet-bootstrap-51c1763e25e412ebe6125ad08df88d4fedd55831.tar.bz2
Comment wheezy dependencies specifics
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dependencies8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/dependencies b/bin/dependencies
index bfc866a..0c45b15 100755
--- a/bin/dependencies
+++ b/bin/dependencies
@@ -8,10 +8,10 @@ BASENAME="`basename $0`"
DEPLOY_DEPENDENCIES="puppet-common"
DEVELOP_DEPENDENCIES="git mr whois"
-# Additional wheezy dependencies
-if [ "`head -c 1 /etc/debian_version`" == '7' ]; then
- DEPLOY_DEPENDENCIES="$DEPLOY_DEPENDENCIES ruby-hiera-puppet"
-fi
+# 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