updated skip message to reflect accurate version of audit support (#3153)

Signed-off-by: Jeremy J. Miller <jm@chef.io>
This commit is contained in:
Jeremy Miller 2018-06-19 07:54:15 -05:00 committed by Jared Quick
parent f67318347f
commit 6a0bf8b24d

View file

@ -34,7 +34,7 @@ module Inspec::Resources
@params = [] @params = []
if @content =~ /^LIST_RULES:/ if @content =~ /^LIST_RULES:/
return skip_resource 'The version of audit is outdated. The `auditd` resource supports versions of audit >= 2.3.' return skip_resource 'The version of audit is outdated. The `auditd` resource supports versions of audit >= 2.3.5'
end end
parse_content parse_content
end end