Sha256: f1185a65d20783dbe1cbd6e88fe24066730b26c7f2625a16f96f99a1c55b9768

Contents?: true

Size: 601 Bytes

Versions: 3

Compression:

Stored size: 601 Bytes

Contents

driver:
  name: vagrant

provisioner:
  name: chef_zero

platforms:
  - name: centos-5.11
    run_list:
    - recipe[yum-epel]
  - name: centos-6.6
    run_list:
    - recipe[yum-epel]
  - name: centos-7.0
  - name: fedora-21
  - name: ubuntu-10.04
    run_list:
    - recipe[apt]
  - name: ubuntu-12.04
    run_list:
    - recipe[apt]
  - name: ubuntu-14.04
    run_list:
    - recipe[apt]
  - name: debian-7.8
    run_list:
    - recipe[apt]

suites:
- name: default
  run_list:  
  - recipe[runit_test]
  attributes: {}

- name: service
  run_list:
  - recipe[runit_test::service]
  attributes: {}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
from-scratch-0.7.0 cookbooks/runit/.kitchen.yml
from-scratch-0.6.0 cookbooks/runit/.kitchen.yml
from-scratch-0.5.0 cookbooks/runit/.kitchen.yml