From 0c363d284ecfbc82aaecdc6537a40939e20a2f9c Mon Sep 17 00:00:00 2001 From: Adam Mendlik Date: Fri, 21 Apr 2017 10:10:19 -0600 Subject: [PATCH] Update tests for compatibility with recent changes Commit 038a51cdc85fe4507eb943bfb16c189538cc144b 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. --- .kitchen.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 659e471..901710f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -21,6 +21,10 @@ provisioner: '*': - openssh openssh.sls: + sshd_config: + Port: 22 + ssh_config: + Port: 22 openssh: sshd_config_mode: '600'