Merge "Fully qualify selinux class"

This commit is contained in:
Jenkins 2015-06-29 20:20:15 +00:00 committed by Gerrit Code Review
commit bb73e0dc9a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class cgit::lb (
$balancer_member_git_ports = ['29418',],
) {
if ($::osfamily == 'RedHat') {
class { 'selinux':
class { '::selinux':
mode => 'enforcing'
}
}