Loading .puppet-lint.rc +0 −1 Original line number Diff line number Diff line --fail-on-warnings --no-parameter_documentation-check --no-parameter_types-check .sync.yml +3 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,8 @@ Gemfile: optional: ':development': - gem: ruby-augeas Rakefile: changelog_version_tag_pattern: '%s' spec/spec_helper_acceptance.rb: unmanaged: false .puppet-lint.rc: enabled_lint_checks: - parameter_documentation REFERENCE.md +2 −2 Original line number Diff line number Diff line Loading @@ -485,7 +485,7 @@ Data type: `String` A string to define the mydestination parameter in main.cf (postconf(5)). Example: `example.com, foo.example.com`. Default value: `'$myorigin'` Default value: `'$myhostname, localhost.$mydomain, localhost'` ##### <a name="-postfix--mynetworks"></a>`mynetworks` Loading Loading @@ -956,7 +956,7 @@ Default value: `undef` Data type: `Variant[String[4,4], Undef]` the desired file mode Default value: `'0640'` Loading manifests/hash.pp +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ # with the source parameter. # Example: `#Destination Credentials\nsmtp.example.com gssapi:nopassword`. # # @param mode the desired file mode # define postfix::hash ( Enum['present', 'absent'] $ensure = 'present', Variant[Array[String], String, Undef] $source = undef, Loading Loading
.puppet-lint.rc +0 −1 Original line number Diff line number Diff line --fail-on-warnings --no-parameter_documentation-check --no-parameter_types-check
.sync.yml +3 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,8 @@ Gemfile: optional: ':development': - gem: ruby-augeas Rakefile: changelog_version_tag_pattern: '%s' spec/spec_helper_acceptance.rb: unmanaged: false .puppet-lint.rc: enabled_lint_checks: - parameter_documentation
REFERENCE.md +2 −2 Original line number Diff line number Diff line Loading @@ -485,7 +485,7 @@ Data type: `String` A string to define the mydestination parameter in main.cf (postconf(5)). Example: `example.com, foo.example.com`. Default value: `'$myorigin'` Default value: `'$myhostname, localhost.$mydomain, localhost'` ##### <a name="-postfix--mynetworks"></a>`mynetworks` Loading Loading @@ -956,7 +956,7 @@ Default value: `undef` Data type: `Variant[String[4,4], Undef]` the desired file mode Default value: `'0640'` Loading
manifests/hash.pp +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ # with the source parameter. # Example: `#Destination Credentials\nsmtp.example.com gssapi:nopassword`. # # @param mode the desired file mode # define postfix::hash ( Enum['present', 'absent'] $ensure = 'present', Variant[Array[String], String, Undef] $source = undef, Loading