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

Unified Diff: modules/web/manifests/server.pp

Issue 5778562212691968: Added redirects for legacy URLs to eyeo.com configuration and added host name aliases (Closed)
Patch Set: Created Jan. 14, 2014, 10:41 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
Index: modules/web/manifests/server.pp
===================================================================
--- a/modules/web/manifests/server.pp
+++ b/modules/web/manifests/server.pp
@@ -1,9 +1,15 @@
-class web::server($vhost, $repository, $multiplexer_locations = undef) {
+class web::server(
+ $vhost,
+ $repository,
+ $is_default = false,
+ $aliases = undef,
+ $custom_config = undef,
+ $multiplexer_locations = undef) {
File {
owner => 'root',
group => 'root',
mode => 0644,
}
Cron {
environment => ['MAILTO=admin@adblockplus.org', 'PYTHONPATH=/opt/sitescripts'],

Powered by Google App Engine
This is Rietveld