Skip to content
Snippets Groups Projects
Commit bdd4acde authored by Marc Fournier's avatar Marc Fournier
Browse files

fixed template call broken in 596e6732.

parent ac3aed9b
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ class postfix {
}
$master_os_template = $::operatingsystem ? {
/RedHat|CentOS/ => 'postfix/master.cf.redhat.erb',
/Debian|Ubuntu|kFreeBSD/ => 'postfix/master.cf.debian.erb',
/RedHat|CentOS/ => template('postfix/master.cf.redhat.erb', 'postfix/master.cf.common.erb'),
/Debian|Ubuntu|kFreeBSD/ => template('postfix/master.cf.debian.erb', 'postfix/master.cf.common.erb'),
}
package { 'postfix':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment