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

Unified Diff: manifests/webserver.pp

Issue 6488936507506688: Issue 2498 - Install proper certificate on beta.adblockplus.org (Closed)
Patch Set: Created May 12, 2015, 2:38 p.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 | « no previous file | 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: manifests/webserver.pp
===================================================================
--- a/manifests/webserver.pp
+++ b/manifests/webserver.pp
@@ -30,20 +30,21 @@ sitescripts.formmail.web.formmail =
template=formmail/template/eyeo.mail',
}
}
node 'web2' {
include statsclient
class {'web::server':
- vhost => 'beta.adblockplus.org',
- certificate => 'beta.adblockplus.org_sslcert.pem',
- private_key => 'beta.adblockplus.org_sslcert.key',
+ vhost => 'adblockplus.org',
+ certificate => 'adblockplus.org_sslcert.pem',
+ private_key => 'adblockplus.org_sslcert.key',
is_default => true,
+ aliases => ['www.adblockplus.org'],
custom_config => template('web/adblockplus.org.conf.erb'),
repository => 'web.adblockplus.org',
multiplexer_locations => ['/getSubscription'],
}
$sitescripts_var_dir = '/var/lib/sitescripts'
$subscriptions_repo = "${sitescripts_var_dir}/subscriptionlist"
« no previous file with comments | « no previous file | modules/private-stub/files/adblockplus.org_sslcert.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld