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

Unified Diff: Vagrantfile

Issue 9351210: Define Discourse admins and site settings in Puppet, separate private data from other settings (Closed)
Patch Set: Created Feb. 19, 2013, 3:08 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 | modules/discourse/files/init-discourse » ('j') | modules/discourse/manifests/init.pp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Vagrantfile
===================================================================
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -38,10 +38,12 @@ Vagrant::Config.run do |config|
define_standard_vm config, 'server1', '10.8.0.105'
define_standard_vm config, 'server3', '10.8.0.99'
define_standard_vm config, 'server4', '10.8.0.98'
define_standard_vm config, 'server5', '10.8.0.100'
define_standard_vm config, 'server6', '10.8.0.101'
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'
+ define_standard_vm config, 'server10', '10.8.0.105' do |config|
+ config.vm.customize ["modifyvm", :id, "--memory", 1024]
+ end
end
« no previous file with comments | « no previous file | modules/discourse/files/init-discourse » ('j') | modules/discourse/manifests/init.pp » ('J')

Powered by Google App Engine
This is Rietveld