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.
This commit is contained in:
Adam Mendlik 2017-04-21 10:07:39 -06:00
parent 844e96b57b
commit 154213560f
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ provisioner:
top.sls:
base:
'*':
- openssl
openssl.sls:
- openssh
openssh.sls:
openssh:
sshd_config_mode: '600'