Merge "Remove selinux from lb class, needs to be at higher level"

This commit is contained in:
Jenkins 2015-11-15 14:25:07 +00:00 committed by Gerrit Code Review
commit baa7fbf7cb
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ class cgit::lb (
$balancer_member_https_ports = ['4443',],
$balancer_member_git_ports = ['29418',],
) {
if ($::osfamily == 'RedHat') {
class { '::selinux':
mode => 'enforcing'
}
}
package { 'socat':
ensure => present,