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

Unified Diff: manifests/vagrant.pp

Issue 9425007: Remove website development VM (Closed)
Patch Set: Created Feb. 20, 2013, 3:53 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
« Vagrantfile ('K') | « manifests/nodes.pp ('k') | manifests/webserver.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
@@ -14,7 +14,6 @@
$hosts = [
{host => 'localhost', ip => '127.0.0.1'},
{host => $hostname, ip => '127.0.0.1'},
- {host => 'www.adblockplus.org', ip => '10.8.0.97'},
{host => 'monitoring.adblockplus.org', ip => '10.8.0.98'},
{host => 'server_1.adblockplus.org', ip => '10.8.0.105'},
{host => 'server_3.adblockplus.org', ip => '10.8.0.99'},
« Vagrantfile ('K') | « manifests/nodes.pp ('k') | manifests/webserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld