Sha256: 18873d8bd7c1d44c3c743ec69ac3929b2f2c0a99d2bc47bfda6646935ec96bad
Contents?: true
Size: 508 Bytes
Versions: 188
Compression:
Stored size: 508 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("../include/_Vagrantfile", __FILE__) load include_vagrantfile if File.exist?(include_vagrantfile)
Version data entries
188 entries across 181 versions & 22 rubygems