fixing error where duplicate definition may be experienced when calli…
…ng selinux::module multiple times
removing mod_dir directory reference - duplicate definition on multip…
…e module definitions
Adding boolean support to SELinux
Description This class will set the state of an SELinux boolean. All pending values are written to the policy file on disk, so they will be persistant across reboots. Ensure that the manifest notifies a related service as a restart for that service may be required. Class created by GreenOgre<aggibson@cogeco.ca> Adds to puppet-selinux by jfryman https://github.com/jfryman/puppet-selinux
Small fixes, mostly removing padding. Linter was run with 80 char line limit disabled as there is currently debate as to the necessity of this limit.
Merge pull request #1 from eshamow/cleanup_lint_errors
Cleaned up lint errors.
Fix symlink being removed by telling sed to follow symlinks when edit…
…ing in place. Fixes #2.
Merge pull request #3 from lboynton/follow-symlinks
Fix symlink being removed
attempting to add fcontext module but it needs a package, whose requi…
…re isn't working just yet
added fcontext method for setting file contexts.
added support for different el versions
In el5, the package is "policycoreutils" and in el6 it is "policycoreutils-python", so we have to check which release we're on.
add option to build with the makefile
This is the more modern way at least on Fedora + RHEL
Merge pull request #8 from oxilion/checkloaded
check if module is actually loaded
Merge pull request #9 from oxilion/makefile
add option to build with the makefile
Merge pull request #5 from thoraxe/file-context-el
Updated to support different el versions
Merge pull request #10 from mattiasgeniar/master
Puppet Lint/Style fixes
Fix mode doc (enforced -> enforcing)
Add semanage port functionality
Merge pull request #11 from mattwillsher/master
Add semanage::port functionality
Merge pull request #12 from franzs/master
support for restorecond and support for restorecond
Merge branch 'lint' of github.com:steeef/puppet-selinux into lint
Merge pull request #15 from fuero/master
adds RHEL 7 support, fixes missing dependency on package
Merge pull request #16 from cristi1979/master
allow packages to be upgraded
puppet 3.7 complaines about 'Error: Failed to apply catalog: Paramete…
…r command failed on Exec[modulename-checkloaded]: Command must be a String, got value of class TrueClass'
Merge pull request #18 from cristi1979/master
puppet 3.7 complaines about 'Error: Failed to apply catalog: Parameter c...