Merge pull request #4794 from Perceptyx/add-freebsd-postfix_conf

postfix_conf: Changed supported platform to unix
This commit is contained in:
Ryan Davis 2019-12-17 14:04:22 -08:00 committed by GitHub
commit 409cd17551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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