浏览代码

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.
tags/v0.41.0
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'


正在加载...
取消
保存