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

Unified Diff: manifests/webserver.pp

Issue 5889762565029888: Issue 2104 - Set up a test server for adblockplus.org content (Closed)
Patch Set: Created March 13, 2015, 3:56 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
Index: manifests/webserver.pp
===================================================================
--- a/manifests/webserver.pp
+++ b/manifests/webserver.pp
@@ -24,8 +24,26 @@ sitescripts.formmail.web.formmail =
[formmail]
template=formmail/template/eyeo.mail',
}
class {'nagios::client':
server_address => 'monitoring.adblockplus.org'
}
}
+
+node 'web2' {
Felix Dahlke 2015/03/13 16:24:10 It's fine by me for now, but we should probably fi
+ include base, statsclient
+
+ class {'web::server':
+ vhost => 'beta.adblockplus.org',
+ certificate => 'beta.adblockplus.org_sslcert.pem',
+ private_key => 'beta.adblockplus.org_sslcert.key',
+ is_default => true,
+ repository => 'web.adblockplus.org',
+ # Hack: This server doesn't need multiplexer but it needs sitescripts
+ multiplexer_locations => [],
+ }
+
+ class {'nagios::client':
+ server_address => 'monitoring.adblockplus.org'
+ }
+}

Powered by Google App Engine
This is Rietveld