summaryrefslogtreecommitdiffstats
path: root/common/puppet-opnfv/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'common/puppet-opnfv/manifests/init.pp')
-rw-r--r--common/puppet-opnfv/manifests/init.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/puppet-opnfv/manifests/init.pp b/common/puppet-opnfv/manifests/init.pp
index 11ef18f..7b68df5 100644
--- a/common/puppet-opnfv/manifests/init.pp
+++ b/common/puppet-opnfv/manifests/init.pp
@@ -24,10 +24,6 @@ class opnfv {
if $::osfamily == 'RedHat' {
- exec {'disable selinux':
- command => '/usr/sbin/setenforce 0',
- unless => '/usr/sbin/getenforce | grep Permissive',
- }
include stdlib
stage { 'presetup':
before => Stage['setup'],