Switch etherpad_lite backups to mysql_backup.
* .../openstack_project/manifests/etherpad.pp: Use the new mysql_backup module to backup the etherpad DB. Note that this change is not sufficient to completely clean out the old logrotate config and cron for the old etherpad DB backups. This should be merged in a coordinated manner where the other logrotate configs and cron are removed by hand. Change-Id: Ide60ce13a454f72865d697ee736beada76850f32
This commit is contained in:
parent
c17059cbd2
commit
f30ea0aad9
@ -11,7 +11,9 @@ class openstack_project::etherpad (
|
||||
}
|
||||
|
||||
include etherpad_lite
|
||||
include etherpad_lite::backup
|
||||
mysql_backup::backup { 'etherpad-lite':
|
||||
require => Class['etherpad_lite'],
|
||||
}
|
||||
|
||||
class { 'etherpad_lite::apache':
|
||||
ssl_cert_file => '/etc/ssl/certs/etherpad.openstack.org.pem',
|
||||
|
@ -19,7 +19,9 @@ class openstack_project::etherpad_dev (
|
||||
ep_headings => true
|
||||
}
|
||||
|
||||
include etherpad_lite::backup
|
||||
mysql_backup::backup { 'etherpad-lite':
|
||||
require => Class['etherpad_lite'],
|
||||
}
|
||||
|
||||
class { 'etherpad_lite::apache':
|
||||
ssl_cert_file => '/etc/ssl/certs/ssl-cert-snakeoil.pem',
|
||||
|
Loading…
Reference in New Issue
Block a user