Sha256: d03bf248c855647e27881c92b77d6582337f47fc653d7f175a90aad0b5e6be5d
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
Vagrant.configure("2") do |c| c.berkshelf.enabled = false if Vagrant.has_plugin?("vagrant-berkshelf") c.vm.box = "opscode-centos-6.7" c.vm.box_url = "https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7_chef-provisionerless.box" c.vm.hostname = "default-centos-67" c.vm.synced_folder ".", "/vagrant", disabled: true c.vm.provider :virtualbox do |p| end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inspec-0.9.8 | test/integration/.kitchen/kitchen-vagrant/kitchen-integration-default-centos-67/Vagrantfile |