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
222817e4
Commit
222817e4
authored
Jan 21, 2011
by
Mathieu Bornoz
Browse files
postfix: added support for RHEL6
parent
cb5fc561
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/classes/postfix.pp
View file @
222817e4
...
...
@@ -23,7 +23,7 @@ class postfix {
RedHat
,
CentOS
:
{
case
$lsbmajdistrelease
{
"4"
:
{
$postfix_seltype
=
"etc_t"
}
"5"
:
{
$postfix_seltype
=
"postfix_etc_t"
}
"5"
,
"6"
:
{
$postfix_seltype
=
"postfix_etc_t"
}
default
:
{
$postfix_seltype
=
undef
}
}
}
...
...
manifests/definitions/hash.pp
View file @
222817e4
...
...
@@ -36,7 +36,7 @@ define postfix::hash ($ensure="present", $source = false) {
RedHat
,
CentOS
:
{
case
$lsbmajdistrelease
{
"4"
:
{
$postfix_seltype
=
"etc_t"
}
"5"
:
{
$postfix_seltype
=
"postfix_etc_t"
}
"5"
,
"6"
:
{
$postfix_seltype
=
"postfix_etc_t"
}
default
:
{
$postfix_seltype
=
undef
}
}
}
...
...
Write
Preview
Markdown
is supported
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