Commit d1fe9fc4 authored by Steve Traylen's avatar Steve Traylen
Browse files

lintfix

parent 3779c382
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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')
  }