diff --git a/manifests/cert.pp b/manifests/cert.pp index a82b20c..27e5f2e 100644 --- a/manifests/cert.pp +++ b/manifests/cert.pp @@ -21,10 +21,10 @@ # class storyboard::cert ( $ssl_cert_content = undef, - $ssl_cert = '/etc/ssl/certs/storyboard.pem', + $ssl_cert = '/etc/ssl/certs/ssl-cert-snakeoil.pem', $ssl_key_content = undef, - $ssl_key = '/etc/ssl/private/storyboard.key', + $ssl_key = '/etc/ssl/private/ssl-cert-snakeoil.key', $ssl_ca_content = undef, $ssl_ca = undef, # '/etc/ssl/certs/ca.pem' diff --git a/manifests/init.pp b/manifests/init.pp index 5ddcf5d..a095f26 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,9 +33,9 @@ class storyboard ( $openid_url = 'https://login.launchpad.net/+openid', $ssl_cert_content = undef, - $ssl_cert = '/etc/ssl/certs/ssl-cert-snakeoil.pem', + $ssl_cert = undef, $ssl_key_content = undef, - $ssl_key = '/etc/ssl/private/ssl-cert-snakeoil.key', + $ssl_key = undef, $ssl_ca_content = undef, $ssl_ca = undef, ) {