Test using default permissions for ssh_config
This commit is contained in:
parent
613bea2cac
commit
b3fd60f016
@ -23,7 +23,6 @@ provisioner:
|
|||||||
openssl.sls:
|
openssl.sls:
|
||||||
openssh:
|
openssh:
|
||||||
sshd_config_mode: '600'
|
sshd_config_mode: '600'
|
||||||
ssh_config_mode: '600'
|
|
||||||
|
|
||||||
suites:
|
suites:
|
||||||
- name: default
|
- name: default
|
||||||
|
@ -21,7 +21,7 @@ describe 'openssl/config.sls' do
|
|||||||
end
|
end
|
||||||
|
|
||||||
describe file('/etc/ssh/ssh_config') do
|
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_owned_by 'root' }
|
||||||
it { should be_grouped_into 'root' }
|
it { should be_grouped_into 'root' }
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user