Merge "Disable selinux defaults enforcement in File/Concat resources"
This commit is contained in:
commit
07fe857870
@ -22,6 +22,13 @@ if ($::os['name'] == 'Ubuntu') or ($::os['name'] == 'Fedora') or
|
|||||||
$ssl = true
|
$ssl = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if $::osfamily == 'RedHat' {
|
||||||
|
# (amoralej) - disable selinux defaults until
|
||||||
|
# https://tickets.puppetlabs.com/browse/PUP-7559 is fixed
|
||||||
|
Concat { selinux_ignore_defaults => true }
|
||||||
|
File { selinux_ignore_defaults => true }
|
||||||
|
}
|
||||||
|
|
||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
$ipv6 = false
|
$ipv6 = false
|
||||||
|
@ -22,6 +22,13 @@ if ($::os['name'] == 'Ubuntu') or ($::os['name'] == 'Fedora') or
|
|||||||
$ssl = true
|
$ssl = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if $::osfamily == 'RedHat' {
|
||||||
|
# (amoralej) - disable selinux defaults until
|
||||||
|
# https://tickets.puppetlabs.com/browse/PUP-7559 is fixed
|
||||||
|
Concat { selinux_ignore_defaults => true }
|
||||||
|
File { selinux_ignore_defaults => true }
|
||||||
|
}
|
||||||
|
|
||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
$ipv6 = false
|
$ipv6 = false
|
||||||
|
@ -22,6 +22,13 @@ if ($::os['name'] == 'Ubuntu') or ($::os['name'] == 'Fedora') or
|
|||||||
$ssl = true
|
$ssl = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if $::osfamily == 'RedHat' {
|
||||||
|
# (amoralej) - disable selinux defaults until
|
||||||
|
# https://tickets.puppetlabs.com/browse/PUP-7559 is fixed
|
||||||
|
Concat { selinux_ignore_defaults => true }
|
||||||
|
File { selinux_ignore_defaults => true }
|
||||||
|
}
|
||||||
|
|
||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'Debian': {
|
'Debian': {
|
||||||
$ipv6 = false
|
$ipv6 = false
|
||||||
|
@ -22,6 +22,13 @@ if ($::os['name'] == 'Ubuntu') or ($::os['name'] == 'Fedora') or
|
|||||||
$ssl = true
|
$ssl = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if $::osfamily == 'RedHat' {
|
||||||
|
# (amoralej) - disable selinux defaults until
|
||||||
|
# https://tickets.puppetlabs.com/browse/PUP-7559 is fixed
|
||||||
|
Concat { selinux_ignore_defaults => true }
|
||||||
|
File { selinux_ignore_defaults => true }
|
||||||
|
}
|
||||||
|
|
||||||
if $::operatingsystem == 'Ubuntu' {
|
if $::operatingsystem == 'Ubuntu' {
|
||||||
$ipv6 = false
|
$ipv6 = false
|
||||||
# Watcher packages are not available in Ubuntu repository.
|
# Watcher packages are not available in Ubuntu repository.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user