瀏覽代碼

Update tests for compatibility with recent changes

Commit 038a51cdc8 introduced a change
where the sshd_config file is not managed unless the 'sshd_config'
pillar variable is defined. The kitchen tests did not define that
variable, so they stopped working.

This change sets a default value for 'Port' so the file is managed
by Salt.
master
Adam Mendlik 7 年之前
父節點
當前提交
0c363d284e
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      .kitchen.yml

+ 4
- 0
.kitchen.yml 查看文件

@@ -21,6 +21,10 @@ provisioner:
'*':
- openssh
openssh.sls:
sshd_config:
Port: 22
ssh_config:
Port: 22
openssh:
sshd_config_mode: '600'


Loading…
取消
儲存