Cleanup openstack_project manifest lint errors.

Now with extra unwrap!

Change-Id: I7c622ffa77821f33f911793fc6b6cdaaba37904a
Reviewed-on: https://review.openstack.org/15052
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Matthew Wagoner
2012-11-15 14:25:13 -08:00
committed by Jenkins
parent 16922d9325
commit f31a426c65
28 changed files with 478 additions and 403 deletions

View File

@@ -1,5 +1,5 @@
class openstack_project::etherpad_dev (
$database_password,
$database_password = '',
$sysadmins = []
) {
class { 'openstack_project::server':
@@ -21,8 +21,8 @@ class openstack_project::etherpad_dev (
include etherpad_lite::backup
class { 'etherpad_lite::apache':
ssl_cert_file => '/etc/ssl/certs/ssl-cert-snakeoil.pem',
ssl_key_file => '/etc/ssl/private/ssl-cert-snakeoil.key',
ssl_cert_file => '/etc/ssl/certs/ssl-cert-snakeoil.pem',
ssl_key_file => '/etc/ssl/private/ssl-cert-snakeoil.key',
ssl_chain_file => '',
}