Browse Source

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.
master
Adam Mendlik 7 years ago
parent
commit
154213560f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .kitchen.yml

+ 2
- 2
.kitchen.yml View File

top.sls: top.sls:
base: base:
'*': '*':
- openssl
openssl.sls:
- openssh
openssh.sls:
openssh: openssh:
sshd_config_mode: '600' sshd_config_mode: '600'



Loading…
Cancel
Save