mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Vagrantfile: complete puppet.module_path
This commit is contained in:
parent
de8dc64b69
commit
ba7fa85cff
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user