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

Unified Diff: manifests/webserver.pp

Issue 4832213438824448: Issue 2147 - Set up a server for testpages.adblockplus.org (Closed)
Patch Set: Created April 20, 2015, 6:01 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/testpages.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
@@ -81,8 +81,20 @@ repository=$sitescripts_var_dir/subscrip
ensure => present,
environment => ['MAILTO=admins@adblockplus.org'],
command => "hg pull --quiet --repository $subscriptions_repo",
user => 'sitescripts',
minute => '*/10',
require => Exec['fetch_repository_subscriptionlist']
}
}
+
+node 'web3' {
+ include statsclient
+
+ 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',
+ }
+}
« no previous file with comments | « no previous file | modules/private-stub/files/testpages.adblockplus.org_sslcert.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld