mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Vagrantfile: Allow local customization via .Vagrantfile.local
This commit is contained in:
parent
8705056485
commit
c3657a5700
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -57,4 +57,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
puppet.manifest_file = "site.pp"
|
||||
puppet.options = "--parser=future"
|
||||
end
|
||||
|
||||
if File.exists?(".Vagrantfile.local") then
|
||||
eval(IO.read(".Vagrantfile.local"), binding)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user