Sha256: baa2af7c879e90a4c170151de3be0644c6620f4d0e0997c9107e46fad5468d6a
Contents?: true
Size: 344 Bytes
Versions: 4
Compression:
Stored size: 344 Bytes
Contents
Vagrant.configure("2") do |config| config.vm.box = "<%= node[:vagrant][:box] %>" config.vm.base_mac = "<%= node[:vagrant][:base_mac] %>" <% if node[:vagrant][:provision] && node[:vagrant][:provision][:shell] %> config.vm.provision :shell, :path => "<%= node[:vagrant][:provision][:shell][:path] %>" <% end %> end # vi: set ft=ruby :
Version data entries
4 entries across 4 versions & 1 rubygems