Sha256: fbd691f75e4d3cc184ab0b063be7bb9386e7b7f56578281b22679421a8dd3a3a
Contents?: true
Size: 532 Bytes
Versions: 26
Compression:
Stored size: 532 Bytes
Contents
Vagrant::Config.run do |config| # This Vagrantfile is auto-generated by `vagrant package` to contain # the MAC address of the box. Custom configuration should be placed in # the actual `Vagrantfile` in this box. config.vm.base_mac = "<%= base_mac %>" end # Load include vagrant file if it exists after the auto-generated # so it can override any of the settings include_vagrantfile = File.expand_path(File.join(File.dirname(__FILE__), "include", "Vagrantfile")) load include_vagrantfile if File.exist?(include_vagrantfile)
Version data entries
26 entries across 26 versions & 2 rubygems