GitHub puppet-selinux
Puppet Module to manage SELinux on RHEL machines

Repo Checks ( 15 of 22 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
failed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Redhat
No translation
failed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
failed
Supports Latest Centos
No translation
failed
Supports Only Current Fedora
No translation
passed
Supports Latest Fedora
No translation
passed
Supports Only Current Debian
No translation
passed
Supports Latest Debian
No translation
failed
Supports Only Current Amazon
No translation
passed
Supports Latest Amazon
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

WIP: Add selinux_clear_context_cache type
Drop Puppet 5 support
backwards-incompatible
modulesync 5.3.0
modulesync
add missing dep on puppetlabs/selinux_core

This module is using the selmodule resource type provided by
puppetlabs/selinux_core.

Open PR in GitHub
selinux_build_module_simple.sh: fix quoting

If modulename or moduledir had a space, this script would fail.

Also avoid existence test for the tmp dir and use mkdir -p instead.

Open PR in GitHub