Loading manifests/conffile.pp +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ # [*options*] # Hash with options to use in the template # # [*show_diff*] # Boolean that sets File show_diff parameter # # == Usage: # postfix::conffile { 'ldapoptions.cf': # options => { Loading @@ -50,6 +53,7 @@ define postfix::conffile ( Stdlib::Absolutepath $path = "/etc/postfix/${name}", String $mode = '0640', Hash $options = {}, Boolean $show_diff = true, ) { include ::postfix::params Loading Loading @@ -88,6 +92,7 @@ define postfix::conffile ( require => Package['postfix'], source => $source, content => $manage_content, show_diff => $show_diff, notify => Service['postfix'], } Loading Loading
manifests/conffile.pp +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ # [*options*] # Hash with options to use in the template # # [*show_diff*] # Boolean that sets File show_diff parameter # # == Usage: # postfix::conffile { 'ldapoptions.cf': # options => { Loading @@ -50,6 +53,7 @@ define postfix::conffile ( Stdlib::Absolutepath $path = "/etc/postfix/${name}", String $mode = '0640', Hash $options = {}, Boolean $show_diff = true, ) { include ::postfix::params Loading Loading @@ -88,6 +92,7 @@ define postfix::conffile ( require => Package['postfix'], source => $source, content => $manage_content, show_diff => $show_diff, notify => Service['postfix'], } Loading