# Common parameters
# Exclude eventual keys and version control files
DEPLOY_DEPENDENCIES="puppet ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders"
- DEPLOY_RSYNC="rsync -CrltDvp --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path"
- RSYNC_PATH="rsync"
+ DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path"
+ RSYNC_PATH="rsync -q"
COPY_PATH=""
if [ "$1" == "remote" ]; then
FQDN="`$DEPLOY_COMMAND cat /etc/hostname`"
DEPLOY_OPTS="$HYDRA_FOLDER/puppet/ $NODE:/etc/puppet/"
DEPLOY_DEST="$FQDN:"
- RSYNC_PATH="sudo rsync"
+ RSYNC_PATH="sudo rsync -q"
COPY_PATH="$RSYNC_PATH"
hydra_deploy_set_manifest
else