diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 22:42:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 22:42:18 -0300 |
commit | dd7c7af03377098faeec1cce1d4c712ec9112fc2 (patch) | |
tree | 2ac1f60542a7490789015b6268ef72e61042be16 /lib | |
parent | d5818c8e2f0ce39cd95f119c278ceec76a1dc5a7 (diff) | |
download | hydra-dd7c7af03377098faeec1cce1d4c712ec9112fc2.tar.gz hydra-dd7c7af03377098faeec1cce1d4c712ec9112fc2.tar.bz2 |
Going masterless on jessie
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy index 34137d6..cce2305 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -4,7 +4,7 @@ function hydra_deploy_setup { # Common parameters # Exclude eventual keys and version control files - DEPLOY_DEPENDENCIES="puppet ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders" + DEPLOY_DEPENDENCIES="puppet-common ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders" DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path" RSYNC_PATH="rsync -q" |