mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
CFINSPEC-77 : Correct supports platform for ipnat
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
7b2d076899
commit
36f6206424
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue