Sha256: b846d064a78d796aec3e3079eb9beef8d9029fc36423f609d4e864e18a48dfb9

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 KB

Contents

driver:
  name: vagrant
  forward_agent: yes
  customize:
    cpus: 2
    memory: 1024

provisioner:
  name: chef_zero
  product_name: <%= ENV["KITCHEN_CHEF_PRODUCT"] %>
  product_version: <%= ENV["KITCHEN_CHEF_VERSION"] %>
  channel: <%= ENV["KITCHEN_CHEF_CHANNEL"] %>
  client_rb:
    audit_mode: :enabled
  attributes:
     chef_acceptance: "true"
     use_system_chef: "true"

# busser installation relies on this
<% if ENV["KITCHEN_CHEF_PRODUCT"] %>
verifier:
  chef_omnibus_root: "/opt/<%= ENV["KITCHEN_CHEF_PRODUCT"] %>"
<% end %>

platforms:
<% %w(
debian-8
ubuntu-15.10
ubuntu-14.04
el-7
el-6
el-5
freebsd-10
freebsd-9
fedora-21
).each do |platform| %>
  - name: <%= platform %>
    driver:
      box: opscode-<%= platform %>
      box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_<%= platform %>_chef-provisionerless.box
<% end %>
# freebsd-8
# ubuntu-12.04
# centos-7
  - name: centos-6
    driver:
      box: bento/centos-6.7
<% %w(
2012r2
2012
2008r2
).each do |version| %>
  - name: windows-<%= version %>
    driver:
      box: chef/windows-server-<%= version %>-standard
# URL is atlas
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chef-14.2.0 acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml
chef-14.1.12 acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml
chef-14.1.1 acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml
chef-14.0.202-universal-mingw32 acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml
chef-14.0.202 acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml
chef-14.0.190 acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml