Test using default permissions for ssh_config

This commit is contained in:
Adam Mendlik 2017-02-24 13:39:59 -07:00
parent 613bea2cac
commit b3fd60f016
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ provisioner:
openssl.sls:
openssh:
sshd_config_mode: '600'
ssh_config_mode: '600'
suites:
- name: default

View File

@ -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