Sha256: a72f75872bec8ca0fc59801e2d4bd98731757df6407361fe9045ac4ada66fd37

Contents?: true

Size: 396 Bytes

Versions: 1

Compression:

Stored size: 396 Bytes

Contents

Vagrant.configure("2") do |c|
  c.berkshelf.enabled = false if Vagrant.has_plugin?("vagrant-berkshelf")
  c.vm.box = "opscode-fedora-21"
  c.vm.box_url = "https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_fedora-21_chef-provisionerless.box"
  c.vm.hostname = "default-fedora-21"
  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-fedora-21/Vagrantfile