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

Unified Diff: Vagrantfile

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
« no previous file with comments | « README.md ('k') | manifests/monitoringserver.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Vagrantfile
===================================================================
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -20,21 +20,11 @@
puppet.module_path = 'modules'
end
end
-
- yield(config) if block_given?
Wladimir Palant 2013/02/21 12:19:28 Don't we need that for server10 again (different m
Felix Dahlke 2013/02/21 12:20:47 That's true, I'll leave it in. Not a fan of unused
end
end
Vagrant::Config.run do |config|
- define_standard_vm config, 'server0', '10.8.0.97' do |config|
- local_anwiki_repository = '../anwiki'
- if File.directory?(local_anwiki_repository)
- config.vm.share_folder('local_anwiki_repository',
- '/mnt/local_anwiki_repository', local_anwiki_repository)
- end
- end
-
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'
« no previous file with comments | « README.md ('k') | manifests/monitoringserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld