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' |