Add tripleo::selinux
authorJames Slagle <jslagle@redhat.com>
Fri, 22 Apr 2016 13:30:38 +0000 (09:30 -0400)
committerJames Slagle <jslagle@redhat.com>
Thu, 5 May 2016 17:19:20 +0000 (13:19 -0400)
commit8e533aaf447022c62865130f2ffc88690f06aef1
treec5fa4b9d5bca33c321b7c407f8e062320f45374f
parent0bf0f72defc5260346717cf7c9d836342b34ebd6
Add tripleo::selinux

Adds a class to configure SELinux. The code is taken from
puppet-openstack-cloud:
https://github.com/redhat-cip/puppet-openstack-cloud

This allows to share the same code for usage by both the Undercloud and
Overcloud.

Co-Authored By: Emilien Macchi <emilien@redhat.com>
Co-Authored By: Yanis Guenane <yguenane@redhat.com>

blueprint undercloud-elements
Change-Id: If214005df733d41c2fa4e197df247d8a14baaa14
manifests/selinux.pp [new file with mode: 0644]
spec/classes/tripleo_selinux_spec.rb [new file with mode: 0644]
templates/selinux/sysconfig_selinux.erb [new file with mode: 0644]