Commit 3af45322 authored by Tim 'bastelfreak' Meusel's avatar Tim 'bastelfreak' Meusel
Browse files

document mode param

parent 77707e28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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'`

+2 −0
Original line number Diff line number Diff line
@@ -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,