mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
docs: Fix first xinetd_conf example (#3229)
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
This commit is contained in:
parent
d95ccadac7
commit
67405bca66
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Use the `xinetd_conf` InSpec audit resource to test services under `/etc/xinet.d
|
|||
|
||||
An `xinetd_conf` resource block declares settings found in a `xinetd.conf` file for the named service:
|
||||
|
||||
describe xinetd_conf('service_name') do
|
||||
describe xinetd_conf.services('service_name') do
|
||||
it { should be_enabled } # or be_disabled
|
||||
its('setting') { should eq 'value' }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue