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

Unified Diff: manifests/vagrant.pp

Issue 11705024: Added new notification servers (Closed)
Patch Set: Fixed typos Created Sept. 19, 2013, 12:42 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/notificationserver.pp ('k') | modules/notificationserver/manifests/init.pp » ('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
@@ -35,12 +35,14 @@ node default {
{host => 'server_14.adblockplus.org', ip => '10.8.0.109'},
{host => 'server_15.adblockplus.org', ip => '10.8.0.110'},
{host => 'server_17.adblockplus.org', ip => '10.8.0.112'},
{host => 'server_18.adblockplus.org', ip => '10.8.0.113'},
{host => 'server_19.adblockplus.org', ip => '10.8.0.114'},
{host => 'server_20.adblockplus.org', ip => '10.8.0.115'},
{host => 'server_21.adblockplus.org', ip => '10.8.0.116'},
{host => 'server_22.adblockplus.org', ip => '10.8.0.117'},
+ {host => 'notification1.adblockplus.org', ip => '10.8.0.118'},
+ {host => 'notification2.adblockplus.org', ip => '10.8.0.119'},
]
hostentry { $hosts: }
}
« no previous file with comments | « manifests/notificationserver.pp ('k') | modules/notificationserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld