Merge "Backup ethercalc to hostname specific location"

This commit is contained in:
Zuul 2018-08-14 21:59:37 +00:00 committed by Gerrit Code Review
commit 6b09505837
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class openstack_project::ethercalc (
# is required like with mysql.
include bup
bup::site { 'ord.rax':
backup_user => 'bup-ethercalc01',
backup_user => "bup-$::hostname",
backup_server => 'backup01.ord.rax.ci.openstack.org',
}
}