Sha256: 1ebedcbd1611d0155360b29331cae81e60ce5048d02bcaaa7a447564f8906b17

Contents?: true

Size: 1.11 KB

Versions: 7

Compression:

Stored size: 1.11 KB

Contents

---
driver_plugin: vagrant
driver_config:
  require_chef_omnibus: true

platforms:
- name: ubuntu-12.04
  driver_config:
    box: opscode-ubuntu-12.04
    box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
- name: ubuntu-10.04
  driver_config:
    box: opscode-ubuntu-10.04
    box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
- name: centos-6.4
  driver_config:
    box: opscode-centos-6.4
    box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
- name: centos-5.9
  driver_config:
    box: opscode-centos-5.9
    box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box

suites:
- name: lwrp
  run_list:
  - recipe[user_test::lwrp]
  attributes: {}
- name: data_bag
  run_list:
  - recipe[user::data_bag]
  attributes:
    users:
    - hsolo
    - lando
    - luke.skywalker
- name: data_bag_no_users
  run_list:
  - recipe[user::data_bag]
  attributes: {}
- name: home_dir_mode
  run_list:
  - recipe[user_test::lwrp]
  attributes:
    user:
      home_dir_mode: "0700"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
from-scratch-0.7.0 cookbooks/user/.kitchen.yml
from-scratch-0.6.0 cookbooks/user/.kitchen.yml
from-scratch-0.5.0 cookbooks/user/.kitchen.yml
from-scratch-0.3.0 cookbooks/user/.kitchen.yml
from-scratch-0.2.0 cookbooks/user/.kitchen.yml
from-scratch-0.1.1 cookbooks/user/.kitchen.yml
from-scratch-0.1.0 cookbooks/user/.kitchen.yml