]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Cleanup storedconfigs dependencies
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Mar 2016 21:17:40 +0000 (18:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Mar 2016 21:17:40 +0000 (18:17 -0300)
bin/dependencies

index 89b6f6e503c456ec5cf4e31839dab1e916a8d53e..78f6ed4d17f41c089c2c316755505b81cc6c61a0 100755 (executable)
@@ -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"