Skip to content
Snippets Groups Projects
Unverified Commit b34589b4 authored by Tim Meusel's avatar Tim Meusel Committed by GitHub
Browse files

Merge pull request #355 from voxpupuli/mode

document mode param & puppet-lint: enable parameter_documentation check
parents 77707e28 2d157613
Branches
Tags
No related merge requests found
--fail-on-warnings
--no-parameter_documentation-check
--no-parameter_types-check
......@@ -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
......@@ -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`
......@@ -956,7 +956,7 @@ Default value: `undef`
Data type: `Variant[String[4,4], Undef]`
the desired file mode
Default value: `'0640'`
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment