diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 18:17:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 18:17:40 -0300 |
commit | 60515090dbbb0a89e564c8a2f77e42a319db9881 (patch) | |
tree | be7e8cf485c12f1e95548d66068581366775dd86 | |
parent | 1cf6e4bbf69da864ce560c713b6bcd92424f8d0e (diff) | |
download | puppet-bootstrap-60515090dbbb0a89e564c8a2f77e42a319db9881.tar.gz puppet-bootstrap-60515090dbbb0a89e564c8a2f77e42a319db9881.tar.bz2 |
Cleanup storedconfigs dependencies
-rwxr-xr-x | bin/dependencies | 8 |
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" |