]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Comment wheezy dependencies specifics
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 22:47:35 +0000 (19:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 22:47:35 +0000 (19:47 -0300)
bin/dependencies

index bfc866a30853c8bf27c25d4ab06257a9854c2e47..0c45b15a7faa7a6213ac407908cb0ecd3745f928 100755 (executable)
@@ -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