Sha256: 2339ac0c7903e947613db57dc8481c6f3eecfbf05fdf4405801cfe805560739b

Contents?: true

Size: 578 Bytes

Versions: 1

Compression:

Stored size: 578 Bytes

Contents

---
driver:
  name: vagrant
  synced_folders:
    - [ 'pkg', '/opt/pkg']

provisioner:
  name: chef_zero

platforms:
  <% %w{11.16.4 12.0.1}.each do |chef_ver| %>
  - name: ubuntu-14.04-<%= chef_ver %>
    driver_config:
      box: opscode-ubuntu-14.04
      box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
      require_chef_omnibus: <%= chef_ver %>
<% end %>

suites:
  - name: default
    run_list:
      - "recipe[rewind]"
      - "recipe[minitest-handler]"
    attributes:
      rewind:
        ver: 0.0.9

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chef-rewind-0.0.9 .kitchen.yml