mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Merge pull request #4794 from Perceptyx/add-freebsd-postfix_conf
postfix_conf: Changed supported platform to unix
This commit is contained in:
commit
409cd17551
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require "inspec/utils/simpleconfig"
|
|||
module Inspec::Resources
|
||||
class PostfixConf < IniConfig
|
||||
name "postfix_conf"
|
||||
supports platform: "linux"
|
||||
supports platform: "unix"
|
||||
desc "Use the postfix_conf Inspec audit resource to test the configuration of the Postfix Mail Transfer Agent"
|
||||
|
||||
# Allow user to specify a custom configuration path, use default Postfix configuration path if no custom path is provided
|
||||
|
|
Loading…
Reference in a new issue