Merge "Switch etherpad_lite backups to mysql_backup."
This commit is contained in:
commit
a613910f57
@ -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