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

Unified Diff: manifests/vagrant.pp

Issue 10590049: Initial download server configuration (Closed)
Patch Set: Created May 21, 2013, 3:32 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 | « manifests/nodes.pp ('k') | modules/downloadserver/files/downloads.adblockplus.org » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/vagrant.pp
===================================================================
--- a/manifests/vagrant.pp
+++ b/manifests/vagrant.pp
@@ -19,15 +19,16 @@ node default {
{host => 'server_1.adblockplus.org', ip => '10.8.0.105'},
{host => 'server_3.adblockplus.org', ip => '10.8.0.99'},
{host => 'server_4.adblockplus.org', ip => '10.8.0.98'},
{host => 'server_5.adblockplus.org', ip => '10.8.0.100'},
{host => 'server_6.adblockplus.org', ip => '10.8.0.101'},
{host => 'server_7.adblockplus.org', ip => '10.8.0.102'},
{host => 'server_8.adblockplus.org', ip => '10.8.0.103'},
{host => 'server_9.adblockplus.org', ip => '10.8.0.104'},
- {host => 'server_10.adblockplus.org', ip => '10.8.0.105'}
- {host => 'server_11.adblockplus.org', ip => '10.8.0.106'}
- {host => 'server_12.adblockplus.org', ip => '10.8.0.107'}
+ {host => 'server_10.adblockplus.org', ip => '10.8.0.105'},
+ {host => 'server_11.adblockplus.org', ip => '10.8.0.106'},
+ {host => 'server_12.adblockplus.org', ip => '10.8.0.107'},
+ {host => 'server_13.adblockplus.org', ip => '10.8.0.108'},
]
hostentry { $hosts: }
}
« no previous file with comments | « manifests/nodes.pp ('k') | modules/downloadserver/files/downloads.adblockplus.org » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld