From: Silvio Rhatto Date: Thu, 24 Mar 2016 21:17:40 +0000 (-0300) Subject: Cleanup storedconfigs dependencies X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=60515090dbbb0a89e564c8a2f77e42a319db9881;p=puppet-bootstrap.git Cleanup storedconfigs dependencies --- diff --git a/bin/dependencies b/bin/dependencies index 89b6f6e..78f6ed4 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -5,15 +5,9 @@ # Parameters BASENAME="`basename $0`" -DEPENDENCIES="puppet-common" -DEPLOY_DEPENDENCIES="ruby-sqlite3 ruby-activerecord augeas-tools" +DEPLOY_DEPENDENCIES="puppet-common" DEVELOP_DEPENDENCIES="git mr whois" -# Additional non-wheezy package -if [ "`head -c 1 /etc/debian_version`" != '7' ]; then - DEPLOY_DEPENDENCIES="$DEPLOY_DEPENDENCIES ruby-activerecord-deprecated-finders" -fi - # Set sudo config if [ "`whoami`" != 'root' ]; then SUDO="sudo"