Commit bee799b3 authored by Matthias Baur's avatar Matthias Baur
Browse files

Fixed Suse master_os_template parameter

parent a1c2be8c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,8 +32,7 @@ class postfix::params {
        fail "Unsupported OS '${::operatingsystem}'"
      }

      $master_os_template = "${module_name}/master.cf.${::operatingsystem}
                             ${::operatingsystemrelease}.erb"
      $master_os_template = "${module_name}/master.cf.${::operatingsystem}${::operatingsystemrelease}.erb"
    }

    default: {