Loading REFERENCE.md +3 −3 Original line number Diff line number Diff line Loading @@ -778,7 +778,7 @@ Default value: `undef` ##### <a name="-postfix--conffile--mode"></a>`mode` Data type: `String` Data type: `Stdlib::Filemode` Permissions of the configuration file. This option is useful if you want to create the file with specific permissions (for example, because you have passwords in it). Loading Loading @@ -954,7 +954,7 @@ Default value: `undef` ##### <a name="-postfix--hash--mode"></a>`mode` Data type: `Variant[String[4,4], Undef]` Data type: `Stdlib::Filemode` the desired file mode Loading Loading @@ -1078,7 +1078,7 @@ Default value: `undef` ##### <a name="-postfix--map--mode"></a>`mode` Data type: `String[4,4]` Data type: `Stdlib::Filemode` File mode of the created file. Loading manifests/conffile.pp +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ define postfix::conffile ( Variant[Array[String], String, Undef] $source = undef, Optional[String] $content = undef, Optional[Stdlib::Absolutepath] $path = undef, String $mode = '0640', Stdlib::Filemode $mode = '0640', Hash $options = {}, Boolean $show_diff = true, ) { Loading manifests/hash.pp +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ define postfix::hash ( Enum['present', 'absent'] $ensure = 'present', Variant[Array[String], String, Undef] $source = undef, Optional[Variant[Sensitive[String],String]] $content = undef, Variant[String[4,4], Undef] $mode = '0640', Stdlib::Filemode $mode = '0640', ) { include postfix::params Loading manifests/map.pp +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ define postfix::map ( Optional[Variant[Sensitive[String], String]] $content = undef, String[1] $type = 'hash', Optional[Stdlib::Absolutepath] $path = undef, String[4,4] $mode = '0640', Stdlib::Filemode $mode = '0640', ) { include postfix include postfix::params Loading Loading
REFERENCE.md +3 −3 Original line number Diff line number Diff line Loading @@ -778,7 +778,7 @@ Default value: `undef` ##### <a name="-postfix--conffile--mode"></a>`mode` Data type: `String` Data type: `Stdlib::Filemode` Permissions of the configuration file. This option is useful if you want to create the file with specific permissions (for example, because you have passwords in it). Loading Loading @@ -954,7 +954,7 @@ Default value: `undef` ##### <a name="-postfix--hash--mode"></a>`mode` Data type: `Variant[String[4,4], Undef]` Data type: `Stdlib::Filemode` the desired file mode Loading Loading @@ -1078,7 +1078,7 @@ Default value: `undef` ##### <a name="-postfix--map--mode"></a>`mode` Data type: `String[4,4]` Data type: `Stdlib::Filemode` File mode of the created file. Loading
manifests/conffile.pp +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ define postfix::conffile ( Variant[Array[String], String, Undef] $source = undef, Optional[String] $content = undef, Optional[Stdlib::Absolutepath] $path = undef, String $mode = '0640', Stdlib::Filemode $mode = '0640', Hash $options = {}, Boolean $show_diff = true, ) { Loading
manifests/hash.pp +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ define postfix::hash ( Enum['present', 'absent'] $ensure = 'present', Variant[Array[String], String, Undef] $source = undef, Optional[Variant[Sensitive[String],String]] $content = undef, Variant[String[4,4], Undef] $mode = '0640', Stdlib::Filemode $mode = '0640', ) { include postfix::params Loading
manifests/map.pp +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ define postfix::map ( Optional[Variant[Sensitive[String], String]] $content = undef, String[1] $type = 'hash', Optional[Stdlib::Absolutepath] $path = undef, String[4,4] $mode = '0640', Stdlib::Filemode $mode = '0640', ) { include postfix include postfix::params Loading