Loading manifests/init.pp +4 −2 Original line number Diff line number Diff line Loading @@ -156,10 +156,12 @@ class postfix ( String $service_ensure = 'running', Boolean $service_enabled = true, ) inherits postfix::params { if (($mastercf_source and $mastercf_content) or if ( ($mastercf_source and $mastercf_content) or ($mastercf_source and $mastercf_template) or ($mastercf_content and $mastercf_template) or ($mastercf_source and $mastercf_content and $mastercf_template)) { ($mastercf_source and $mastercf_content and $mastercf_template) ) { fail('mastercf_source, mastercf_content and mastercf_template are mutually exclusive') } Loading Loading
manifests/init.pp +4 −2 Original line number Diff line number Diff line Loading @@ -156,10 +156,12 @@ class postfix ( String $service_ensure = 'running', Boolean $service_enabled = true, ) inherits postfix::params { if (($mastercf_source and $mastercf_content) or if ( ($mastercf_source and $mastercf_content) or ($mastercf_source and $mastercf_template) or ($mastercf_content and $mastercf_template) or ($mastercf_source and $mastercf_content and $mastercf_template)) { ($mastercf_source and $mastercf_content and $mastercf_template) ) { fail('mastercf_source, mastercf_content and mastercf_template are mutually exclusive') } Loading