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
8d4b32ef
Commit
8d4b32ef
authored
Aug 09, 2017
by
Kamil Zegier
Committed by
Raphaël Pinson
Aug 09, 2017
Browse files
Fix package name resolution for Debian stretch (#179)
parent
c8253b6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
8d4b32ef
...
...
@@ -31,8 +31,8 @@ class postfix::params {
$restart_cmd
=
'/etc/init.d/postfix reload'
$mailx_package
=
$::lsbdistcodename
?
{
/sarge|etch|lenny/
=>
'mailx'
,
default
=>
'bsd-mailx'
,
/
^
(
sarge|etch|lenny
)
$
/
=>
'mailx'
,
default
=>
'bsd-mailx'
,
}
$master_os_template
=
"
${module_name}
/master.cf.debian.erb"
...
...
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