Skip to content
GitLab
Menu
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
50974c87
Commit
50974c87
authored
Nov 14, 2014
by
Raphaël Pinson
Browse files
Merge pull request #57 from erinn/rhel7
Add in rhel 7 selinux support.
parents
f36f56a2
34b731aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
50974c87
...
@@ -3,7 +3,7 @@ class postfix::params {
...
@@ -3,7 +3,7 @@ class postfix::params {
'RedHat'
:
{
'RedHat'
:
{
$seltype
=
$::lsbmajdistrelease
?
{
$seltype
=
$::lsbmajdistrelease
?
{
'4'
=>
'etc_t'
,
'4'
=>
'etc_t'
,
/5|6/
=>
'postfix_etc_t'
,
/5|6
|7
/
=>
'postfix_etc_t'
,
default
=>
undef
,
default
=>
undef
,
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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