
Note that this merge may break things. The change from OpenDeployment is subject to further review at a later time. The change introduces openstack specific logic in an otherwise independent openssh recipe. Change-Id: I568e4d2329a1d0e2670e1b0340afca4dddf4f23a
15 lines
240 B
YAML
15 lines
240 B
YAML
driver_plugin: vagrant
|
|
driver_config:
|
|
require_chef_omnibus: true
|
|
|
|
platforms:
|
|
- name: ubuntu-12.04
|
|
run_list:
|
|
- recipe[apt::default]
|
|
- name: centos-6.4
|
|
|
|
suites:
|
|
- name: default
|
|
run_list:
|
|
- recipe[openssh::default]
|