openssh-formula/.kitchen.yml
Adam Mendlik 154213560f Correct typo in .kitchen.yml
This change has no impact on the kitchen tests, but only changes
a symbolic name from 'openssl' to 'openssh' to avoid confusion.
2017-04-21 11:57:01 -06:00

35 lines
591 B
YAML

---
driver:
name: vagrant
platforms:
- name: centos-6.8
- name: centos-7.2
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: debian-8.5
provisioner:
name: salt_solo
salt_install: bootstrap
salt_bootstrap_url: https://bootstrap.saltstack.com
salt_version: latest
formula: openssh
pillars:
top.sls:
base:
'*':
- openssh
openssh.sls:
openssh:
sshd_config_mode: '600'
suites:
- name: default
provisioner:
salt_bootstrap_options: -X -d
state_top:
base:
'*':
- openssh.config