"The directory /etc/ssh should be created."
directory '/etc/ssh' do
action :create
end
control 'basic-1' do
impact 1.0
title '/etc/ssh should be a directory'
desc '
In order for OpenSSH to function correctly, its
configuration path must be a folder.
'
describe file('/etc/ssh') do
it { should be_directory }
end
end
{
"data": {
"resources": [
{
"id": "ckcnr0o4y0hjf0704l00viyus",
"identifier": "/etc/ssh",
"attributes": [
{
"key": "create",
"repair": {
"id": "ckcnr0ogd0hji07049vgtd2ht",
"command": "mkdir /etc/ssh",
"state": null
},
"id": "ckcnr0ocm0hjh0704kjmy582q",
"check": {
"id": "ckcnr0okd0hjj0704nib78m92",
"command": "[ -d /etc/ssh ] && echo true",
"state": null
},
"value": "true"
}
]
}
]
}
]