docs: Fix first xinetd_conf example (#3229)

Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
This commit is contained in:
Jerry Aldrich 2018-07-18 08:29:39 -07:00 committed by Jared Quick
parent d95ccadac7
commit 67405bca66

View file

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