diff options
author | Ricardo Noriega <rnoriega@redhat.com> | 2017-01-17 12:49:37 +0100 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | e893fc381e02f149a10aacaa41417b0f4158a3d2 (patch) | |
tree | 1f77ce65a754e5caa4d65c3541f077f579e82f02 /puppet-infracloud/modules/opnfv | |
parent | 13edff1a7cbd657c2c52d4646333369b518d607b (diff) |
Removing SELINUX class from server manifest
Duplicated in controller.pp
Change-Id: I4817e23cfc1ff3862fc4fe9bc69b8e90c28073cc
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Co-authored-by: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'puppet-infracloud/modules/opnfv')
-rw-r--r-- | puppet-infracloud/modules/opnfv/manifests/server.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/puppet-infracloud/modules/opnfv/manifests/server.pp b/puppet-infracloud/modules/opnfv/manifests/server.pp index fc9bf716..d167973c 100644 --- a/puppet-infracloud/modules/opnfv/manifests/server.pp +++ b/puppet-infracloud/modules/opnfv/manifests/server.pp @@ -239,13 +239,6 @@ class opnfv::server ( multiple => true, } - # disable selinux in case of RHEL - if ($::osfamily == 'RedHat') { - class { 'selinux': - mode => 'disabled', - } - } - # update hosts create_resources('host', hiera_hash('hosts')) } |