소스 검색

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 년 전
부모
커밋
154213560f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .kitchen.yml

+ 2
- 2
.kitchen.yml 파일 보기

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


Loading…
취소
저장