Removing OpenSteak Project
[genesis.git] / puppet / opnfv / manifests / init.pp
1 class opnfv {
2     # cent rpms don't setup selinux
3     # correctly for ovs to set odl as
4     # its manager. disabling it till
5     # that's fixed.
6     exec {'disable selinux':
7         command => '/usr/sbin/setenforce 0',
8         unless => '/usr/sbin/getenforce | grep Permissive',
9     }
10 }