diff --git a/README.md b/README.md index 37aea8f..aa1f390 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,10 @@ will be saved, however that's not strictly necessary. node default { class { 'storyboard::cert': $ssl_cert_content = undef, - $ssl_cert = '/etc/ssl/certs/storyboard.openstack.org.pem', + $ssl_cert = '/etc/ssl/certs/storyboard.example.org.pem', $ssl_key_content = undef, - $ssl_key = '/etc/ssl/private/storyboard.openstack.org.key', + $ssl_key = '/etc/ssl/private/storyboard.example.org.key', $ssl_ca_content = undef, $ssl_ca = '/etc/ssl/certs/ca.pem' diff --git a/manifests/application.pp b/manifests/application.pp index ad8aa30..413f969 100644 --- a/manifests/application.pp +++ b/manifests/application.pp @@ -57,7 +57,7 @@ class storyboard::application ( $enable_cron = 'True', $enable_email = 'True', - $sender_email_address = 'no-reply@storyboard.openstack.org', + $sender_email_address = 'no-reply@storyboard.example.org', $smtp_host = 'localhost', $smtp_port = 25,