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

Unified Diff: manifests/webserver.pp

Issue 5326469249105920: Issue 2497 - Set up web servers for share.adblockplus.org, youtube.adblockplus.me, facebook.adblock… (Closed)
Patch Set: Created May 12, 2015, 2:28 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/acceptableads.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
@@ -93,8 +93,56 @@ node 'web3' {
class {'web::server':
vhost => 'testpages.adblockplus.org',
certificate => 'testpages.adblockplus.org_sslcert.pem',
private_key => 'testpages.adblockplus.org_sslcert.key',
is_default => true,
repository => 'testpages.adblockplus.org',
}
}
+
+node 'web-sh-abp-org-1' {
+ include statsclient
+
+ class {'web::server':
+ vhost => 'share.adblockplus.org',
+ certificate => 'share.adblockplus.org_sslcert.pem',
+ private_key => 'share.adblockplus.org_sslcert.key',
+ is_default => true,
+ repository => 'share.adblockplus.org',
+ }
+}
+
+node 'web-yt-abp-me-1' {
+ include statsclient
+
+ class {'web::server':
+ vhost => 'youtube.adblockplus.me',
+ certificate => 'youtube.adblockplus.me_sslcert.pem',
+ private_key => 'youtube.adblockplus.me_sslcert.key',
+ is_default => true,
+ repository => 'youtube.adblockplus.me',
+ }
+}
+
+node 'web-fb-abp-me-1' {
+ include statsclient
+
+ class {'web::server':
+ vhost => 'facebook.adblockplus.me',
+ certificate => 'facebook.adblockplus.me_sslcert.pem',
+ private_key => 'facebook.adblockplus.me_sslcert.key',
+ is_default => true,
+ repository => 'facebook.adblockplus.me',
+ }
+}
+
+node 'web-aa-org-1' {
+ include statsclient
+
+ class {'web::server':
+ vhost => 'acceptableads.org',
+ certificate => 'acceptableads.org_sslcert.pem',
+ private_key => 'acceptableads.org_sslcert.key',
+ is_default => true,
+ repository => 'web.acceptableads.org',
+ }
+}
« no previous file with comments | « no previous file | modules/private-stub/files/acceptableads.org_sslcert.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld