Merge "Switch etherpad_lite backups to mysql_backup."

This commit is contained in:
Jenkins 2013-08-16 00:19:33 +00:00 committed by Gerrit Code Review
commit a613910f57
2 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,9 @@ class openstack_project::etherpad (
} }
include etherpad_lite include etherpad_lite
include etherpad_lite::backup mysql_backup::backup { 'etherpad-lite':
require => Class['etherpad_lite'],
}
class { 'etherpad_lite::apache': class { 'etherpad_lite::apache':
ssl_cert_file => '/etc/ssl/certs/etherpad.openstack.org.pem', ssl_cert_file => '/etc/ssl/certs/etherpad.openstack.org.pem',

View File

@ -19,7 +19,9 @@ class openstack_project::etherpad_dev (
ep_headings => true ep_headings => true
} }
include etherpad_lite::backup mysql_backup::backup { 'etherpad-lite':
require => Class['etherpad_lite'],
}
class { 'etherpad_lite::apache': class { 'etherpad_lite::apache':
ssl_cert_file => '/etc/ssl/certs/ssl-cert-snakeoil.pem', ssl_cert_file => '/etc/ssl/certs/ssl-cert-snakeoil.pem',