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

Unified Diff: modules/adblockplus/manifests/legacy/webserver.pp

Issue 29531703: #3197 - Use of hash for parameters in legacy website (Closed)
Patch Set: For comment 2 Created Aug. 31, 2017, 12:16 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 | « hiera/roles/web/adblockplus.yaml ('k') | modules/web/manifests/server.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/legacy/webserver.pp
===================================================================
--- a/modules/adblockplus/manifests/legacy/webserver.pp
+++ b/modules/adblockplus/manifests/legacy/webserver.pp
@@ -8,15 +8,7 @@
class adblockplus::legacy::webserver {
class {'web::server':
- 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'],
- geoip => true,
}
nginx::module{'geoip':
« no previous file with comments | « hiera/roles/web/adblockplus.yaml ('k') | modules/web/manifests/server.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld