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:
parent
844e96b57b
commit
154213560f
@ -19,8 +19,8 @@ provisioner:
|
|||||||
top.sls:
|
top.sls:
|
||||||
base:
|
base:
|
||||||
'*':
|
'*':
|
||||||
- openssl
|
- openssh
|
||||||
openssl.sls:
|
openssh.sls:
|
||||||
openssh:
|
openssh:
|
||||||
sshd_config_mode: '600'
|
sshd_config_mode: '600'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user