| Index: Vagrantfile |
| =================================================================== |
| --- a/Vagrantfile |
| +++ b/Vagrantfile |
| @@ -1,4 +1,5 @@ |
| VAGRANTFILE_API_VERSION = "2" |
| +system("python ensure_dependencies.py") |
|
Wladimir Palant
2014/09/18 13:24:46
This assumes that Vagrantfile is located in the cu
mathias
2014/09/18 14:11:20
Done.
|
| def define_standard_vm(config, host_name, ip) |
| config.vm.define host_name do |config| |