Vagrantfile: complete puppet.module_path

This commit is contained in:
Alexander Klimov 2014-11-25 12:17:00 +01:00
parent de8dc64b69
commit ba7fa85cff
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -99,7 +99,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# puppet.manifest_file = "init.pp"
# end
config.vm.provision :puppet do |puppet|
puppet.module_path = ".vagrant-puppet/modules"
puppet.module_path = [ ".vagrant-puppet/modules", ".vagrant-puppet/profiles" ]
puppet.manifests_path = ".vagrant-puppet/manifests"
# puppet.options = "-v -d"
end