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

Unified Diff: manifests/vagrant.pp

Issue 5143068516810752: Added new stats server and user counter page (Closed)
Patch Set: Centralized stats processing Created Dec. 20, 2013, 3:47 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/vagrant.pp
===================================================================
--- a/manifests/vagrant.pp
+++ b/manifests/vagrant.pp
@@ -24,25 +24,25 @@ node default {
{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_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_15.adblockplus.org', ip => '10.8.0.110'},
{host => 'server_19.adblockplus.org', ip => '10.8.0.114'},
- {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'},
{host => 'filter1.adblockplus.org', ip => '10.8.0.120'},
{host => 'filter2.adblockplus.org', ip => '10.8.0.121'},
{host => 'filter3.adblockplus.org', ip => '10.8.0.122'},
{host => 'filter4.adblockplus.org', ip => '10.8.0.123'},
{host => 'filter5.adblockplus.org', ip => '10.8.0.124'},
{host => 'filter6.adblockplus.org', ip => '10.8.0.125'},
{host => 'download1.adblockplus.org', ip => '10.8.0.126'},
{host => 'filtermaster1.adblockplus.org', ip => '10.8.0.127'},
{host => 'update1.adblockplus.org', ip => '10.8.0.128'},
{host => 'web1.adblockplus.org', ip => '10.8.0.129'},
+ {host => 'stats1.adblockplus.org', ip => '10.8.0.130'},
]
hostentry { $hosts: }
}

Powered by Google App Engine
This is Rietveld