mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
fixes typo in resource description.
Signed-off-by: Collin McNeese <cmcneese@chef.io>
This commit is contained in:
parent
dc5cdc2321
commit
4e779ddf6b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Inspec::Resources
|
|||
class ChronyConf < Inspec.resource(1)
|
||||
name "chrony_conf"
|
||||
supports platform: "unix"
|
||||
desc "Use the chrony_conf InSpec audit resource to test the synchronization settings defined in the chrony.conf file. This file is typically located at /etc/ntp.conf."
|
||||
desc "Use the chrony_conf InSpec audit resource to test the synchronization settings defined in the chrony.conf file. This file is typically located at /etc/chrony.conf."
|
||||
example <<~EXAMPLE
|
||||
describe chrony_conf do
|
||||
its('server') { should_not cmp nil }
|
||||
|
|
Loading…
Reference in a new issue