Merge "Only include selinux bits on rhel-based systems"
This commit is contained in:
@@ -25,8 +25,10 @@ class openstack_project::git (
|
||||
sysadmins => $sysadmins,
|
||||
}
|
||||
|
||||
class { 'selinux':
|
||||
mode => 'enforcing'
|
||||
if ($::osfamily == 'RedHat') {
|
||||
class { 'selinux':
|
||||
mode => 'enforcing'
|
||||
}
|
||||
}
|
||||
|
||||
package { 'socat':
|
||||
|
||||
@@ -101,8 +101,10 @@ class openstack_project::git_backend (
|
||||
refreshonly => true,
|
||||
}
|
||||
|
||||
class { 'selinux':
|
||||
mode => 'enforcing'
|
||||
if ($::osfamily == 'RedHat') {
|
||||
class { 'selinux':
|
||||
mode => 'enforcing'
|
||||
}
|
||||
}
|
||||
|
||||
cron { 'mirror_repack':
|
||||
|
||||
@@ -29,8 +29,10 @@ class openstack_project::pbx (
|
||||
iptables_rules6 => ['-m udp -p udp --dport 10000:20000 -j ACCEPT'],
|
||||
}
|
||||
|
||||
class { 'selinux':
|
||||
mode => 'enforcing',
|
||||
if ($::osfamily == 'RedHat') {
|
||||
class { 'selinux':
|
||||
mode => 'enforcing'
|
||||
}
|
||||
}
|
||||
|
||||
realize (
|
||||
|
||||
Reference in New Issue
Block a user