Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/notificationserver/manifests/init.pp

Issue 4894914248704000: Issue 254 - Switch from wildcard certificate to certificates for individual hosts (Closed)
Patch Set: Created April 10, 2014, 9 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/nagios/manifests/server.pp ('k') | modules/private-stub/files/adblockplus.org_sslcert.key » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notificationserver/manifests/init.pp
===================================================================
--- a/modules/notificationserver/manifests/init.pp
+++ b/modules/notificationserver/manifests/init.pp
@@ -53,13 +53,13 @@ class notificationserver($is_default = f
owner => root,
group => root,
mode => 0644,
}
nginx::hostconfig{'notification.adblockplus.org':
source => 'puppet:///modules/notificationserver/site.conf',
is_default => $is_default,
- certificate => 'adblockplus.org_sslcert.pem',
- private_key => 'adblockplus.org_sslcert.key',
+ certificate => 'easylist-downloads.adblockplus.org_sslcert.pem',
+ private_key => 'easylist-downloads.adblockplus.org_sslcert.key',
log => 'access_log_notification'
}
}
« no previous file with comments | « modules/nagios/manifests/server.pp ('k') | modules/private-stub/files/adblockplus.org_sslcert.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld