need to load local modules as well.

Does this mean no one has been testing stuff with Vagrant!?
This commit is contained in:
Kohsuke Kawaguchi 2013-11-17 07:59:50 -08:00
parent 63f3d27558
commit e9477c1320
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -29,7 +29,7 @@ Vagrant::Config.run do |config|
config.vm.provision :puppet do |puppet|
puppet.manifests_path = "manifests"
puppet.module_path = "modules"
puppet.module_path = ["modules","local-modules"]
puppet.manifest_file = ENV['MANIFEST'] || "vagrant.pp"
end
end