Skip to content

Commit

Permalink
Merge pull request #18 from hwork/adding_platform_kitchen_yml
Browse files Browse the repository at this point in the history
Making .kitchen.yml consistent on "Adding a Platform"
  • Loading branch information
fnichol committed Sep 30, 2014
2 parents 18dea12 + 82a3656 commit 2f3b178
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/source/docs/getting-started/adding-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,21 @@ Now that we are masters of the Ubuntu platform, let's add support for CentOS to

~~~yaml
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
driver:
name: vagrant

provisioner:
name: chef_solo

platforms:
- name: ubuntu-12.04
- name: centos-6.4
- name: ubuntu-12.04
- name: centos-6.4

suites:
- name: default
run_list: ["recipe[git]"]
attributes: {}
- name: default
run_list:
- recipe[git::default]
attributes:
~~~

Now let's check the status of our instances:
Expand Down

0 comments on commit 2f3b178

Please sign in to comment.