Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
a8f96142
Commit
a8f96142
authored
Jul 02, 2014
by
Raphaël Pinson
Browse files
Merge pull request #48 from digitalmediacenter/fix-master_os_template_parameter
Fixed Suse master_os_template parameter
parents
a1c2be8c
bee799b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
a8f96142
...
...
@@ -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
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment