fixes typo in resource description.

Signed-off-by: Collin McNeese <cmcneese@chef.io>
This commit is contained in:
Collin McNeese 2021-07-07 11:38:21 -05:00
parent dc5cdc2321
commit 4e779ddf6b
No known key found for this signature in database
GPG key ID: 9FA182748DD18914

View file

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