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

Unified Diff: Vagrantfile

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 | « no previous file | manifests/downloadserver.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Vagrantfile
===================================================================
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -34,9 +34,10 @@ Vagrant::Config.run do |config|
define_standard_vm config, 'server7', '10.8.0.102'
define_standard_vm config, 'server8', '10.8.0.103'
define_standard_vm config, 'server9', '10.8.0.104'
define_standard_vm config, 'server10', '10.8.0.105' do |config|
config.vm.customize ["modifyvm", :id, "--memory", 1024]
end
define_standard_vm config, 'server11', '10.8.0.106'
define_standard_vm config, 'server12', '10.8.0.107'
+ define_standard_vm config, 'server13', '10.8.0.108'
end
« no previous file with comments | « no previous file | manifests/downloadserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld