Adds Heat and external network support
[genesis.git] / common / puppet-opnfv / manifests / init.pp
index 11ef18f..7b68df5 100644 (file)
@@ -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'],