diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-12 11:19:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-12 11:19:40 -0300 |
commit | 8a14f6d7d05224b225f405e44728d778ce3419db (patch) | |
tree | 950e8b1719248801eaaa3b1e4b060575dc108b6e /bin | |
parent | c71aa65f4748923fc7187003a835da194400939a (diff) | |
download | puppet-bootstrap-8a14f6d7d05224b225f405e44728d778ce3419db.tar.gz puppet-bootstrap-8a14f6d7d05224b225f405e44728d778ce3419db.tar.bz2 |
Deploy: dependency: augeas-tools
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dependencies | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dependencies b/bin/dependencies index 37dabab..89b6f6e 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -6,7 +6,7 @@ # Parameters BASENAME="`basename $0`" DEPENDENCIES="puppet-common" -DEPLOY_DEPENDENCIES="ruby-sqlite3 ruby-activerecord" +DEPLOY_DEPENDENCIES="ruby-sqlite3 ruby-activerecord augeas-tools" DEVELOP_DEPENDENCIES="git mr whois" # Additional non-wheezy package |