Backup etherpad.o.o with bup.
* modules/openstack_project/manifests/etherpad.pp: Add the needed bup resources to perform offsite backups of the etherpad.o.o host. Do this now that etherpad.o.o has been migrated. Change-Id: Icf25549529ef8cfa8a535ab58bbbc7156297ac9f
This commit is contained in:
parent
2ec6207a31
commit
e61695fe66
@ -41,6 +41,12 @@ class openstack_project::etherpad (
|
||||
database_password => $mysql_password,
|
||||
require => Class['etherpad_lite'],
|
||||
}
|
||||
|
||||
include bup
|
||||
bup::site { 'rs-ord':
|
||||
backup_user => 'bup-etherpad',
|
||||
backup_server => 'ci-backup-rs-ord.openstack.org',
|
||||
}
|
||||
}
|
||||
|
||||
# vim:sw=2:ts=2:expandtab:textwidth=79
|
||||
|
Loading…
Reference in New Issue
Block a user