From 60515090dbbb0a89e564c8a2f77e42a319db9881 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Mar 2016 18:17:40 -0300 Subject: Cleanup storedconfigs dependencies --- bin/dependencies | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'bin') 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" -- cgit v1.2.3