summaryrefslogtreecommitdiffstats
path: root/common/puppet-opnfv/manifests/init.pp
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-05-26 17:18:29 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-05-26 17:18:29 +0000
commit14742119b1dee250c795616898250ba3d6061585 (patch)
treeece1608aefa1219845c9c7e29ebf62bab6e620c7 /common/puppet-opnfv/manifests/init.pp
parent7b483cb5ddc4445d5a31886c08694a61bce50636 (diff)
parent4039d84dfbb40a88c90cc58d3823360c565766d9 (diff)
Merge "Adds Heat and external network support"
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'],