aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-24 18:17:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-24 18:17:40 -0300
commit60515090dbbb0a89e564c8a2f77e42a319db9881 (patch)
treebe7e8cf485c12f1e95548d66068581366775dd86 /bin
parent1cf6e4bbf69da864ce560c713b6bcd92424f8d0e (diff)
downloadpuppet-bootstrap-60515090dbbb0a89e564c8a2f77e42a319db9881.tar.gz
puppet-bootstrap-60515090dbbb0a89e564c8a2f77e42a319db9881.tar.bz2
Cleanup storedconfigs dependencies
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dependencies8
1 files changed, 1 insertions, 7 deletions
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"