CFINSPEC-77 : Correct supports platform for ipnat

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
Sonu Saha 2022-02-28 10:00:20 +05:30 committed by Clinton Wolfe
parent 7b2d076899
commit 36f6206424

View file

@ -2,7 +2,7 @@ require "inspec/resources/command"
module Inspec::Resources
class IpNat < Inspec.resource(1)
name "ipnat"
supports platform: "freebsd"
supports platform: "bsd"
supports platform: "solaris"
desc "Use the ipnat InSpec audit resource to test rules that are defined for IP NAT"
example <<~EXAMPLE