# Common parameters
# Exclude eventual keys and version control files
#DEPLOY_DEPENDENCIES="puppet-common ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders augeas-tools"
- DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml python3"
+ DEPLOY_DEPENDENCIES="rsync puppet hiera-eyaml python3"
DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=config/secrets --delete --rsync-path"
RSYNC_PATH="rsync -q"
if [ "$nextrelease" == "jessie" ]; then
# We're using a masterless puppet setup, so no agent
- apt-get install puppet-common
- apt-get purge puppet
+ apt-get install -y puppet-common
+ apt-get purge -y puppet
# Purge old monitoring infrastructure
apt-get purge 'munin*' 'nagios*'