Skip to content
Snippets Groups Projects
Commit bee799b3 authored by Matthias Baur's avatar Matthias Baur
Browse files

Fixed Suse master_os_template parameter

parent a1c2be8c
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment