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
456e1795
Commit
456e1795
authored
Nov 19, 2014
by
Mickaël Canévet
Browse files
Use operatingsystemmajrelease instead of lsbmajdistrelease
parent
1c195118
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
456e1795
class
postfix::params
{
case
$::osfamily
{
'RedHat'
:
{
$seltype
=
$::
lsbmajdist
release
?
{
$seltype
=
$::
operatingsystemmaj
release
?
{
'4'
=>
'etc_t'
,
/5|6|7/
=>
'postfix_etc_t'
,
default
=>
undef
,
...
...
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