@@ -23,7 +23,6 @@ provisioner: | |||
openssl.sls: | |||
openssh: | |||
sshd_config_mode: '600' | |||
ssh_config_mode: '600' | |||
suites: | |||
- name: default |
@@ -21,7 +21,7 @@ describe 'openssl/config.sls' do | |||
end | |||
describe file('/etc/ssh/ssh_config') do | |||
it { should be_mode 600 } | |||
it { should be_mode 644 } | |||
it { should be_owned_by 'root' } | |||
it { should be_grouped_into 'root' } | |||
end |