Loading manifests/conffile.pp +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # # [*mode*] # The file permissions of the file. # Defaults to 0644 # Defaults to 0640 # # [*options*] # Hash with options to use in the template Loading @@ -48,7 +48,7 @@ define postfix::conffile ( Variant[Array[String], String, Undef] $source = undef, Optional[String] $content = undef, Stdlib::Absolutepath $path = "/etc/postfix/${name}", String $mode = '0644', String $mode = '0640', Hash $options = {}, ) { include ::postfix::params Loading manifests/files.pp +3 −3 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ class postfix::files { file { '/etc/mailname': ensure => 'file', content => "${::fqdn}\n", mode => '0644', mode => '0640', seltype => $postfix::params::seltype, } Loading Loading @@ -73,7 +73,7 @@ class postfix::files { ensure => 'file', content => $mastercf_content, group => 'root', mode => '0644', mode => '0640', owner => 'root', seltype => $postfix::params::seltype, source => $mastercf_source, Loading @@ -83,7 +83,7 @@ class postfix::files { file { '/etc/postfix/main.cf': ensure => 'file', group => 'root', mode => '0644', mode => '0640', owner => 'root', replace => false, seltype => $postfix::params::seltype, Loading Loading
manifests/conffile.pp +2 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # # [*mode*] # The file permissions of the file. # Defaults to 0644 # Defaults to 0640 # # [*options*] # Hash with options to use in the template Loading @@ -48,7 +48,7 @@ define postfix::conffile ( Variant[Array[String], String, Undef] $source = undef, Optional[String] $content = undef, Stdlib::Absolutepath $path = "/etc/postfix/${name}", String $mode = '0644', String $mode = '0640', Hash $options = {}, ) { include ::postfix::params Loading
manifests/files.pp +3 −3 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ class postfix::files { file { '/etc/mailname': ensure => 'file', content => "${::fqdn}\n", mode => '0644', mode => '0640', seltype => $postfix::params::seltype, } Loading Loading @@ -73,7 +73,7 @@ class postfix::files { ensure => 'file', content => $mastercf_content, group => 'root', mode => '0644', mode => '0640', owner => 'root', seltype => $postfix::params::seltype, source => $mastercf_source, Loading @@ -83,7 +83,7 @@ class postfix::files { file { '/etc/postfix/main.cf': ensure => 'file', group => 'root', mode => '0644', mode => '0640', owner => 'root', replace => false, seltype => $postfix::params::seltype, Loading