Sha256: 42aa13a6128a4ba0dc03ab9a468bd7b51134bc960a2142c9341ab8e1ba7b0b8b
Contents?: true
Size: 293 Bytes
Versions: 3
Compression:
Stored size: 293 Bytes
Contents
Vagrant.configure("2") do |config| config.user.auto_export = [:autoenv, :script] config.user.defaults = { 'local' => { 'first' => "value1", }, } #config.vm.box = "opscode_centos-7.0_x86-64" raise "You need to define `config.vm.box` for this test" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nugrant-2.1.3 | test/resources/vagrantfiles/v2.auto_export |
nugrant-2.1.2 | test/resources/vagrantfiles/v2.auto_export |
nugrant-2.1.1 | test/resources/vagrantfiles/v2.auto_export |