OP#563 inital commit after fork
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Readme
|
||||
|
||||
[](https://jenkins.confdroid.com/job/cd_selinux/)
|
||||
[](https://jenkins.confdroid.com/job/confdroid_selinux/)
|
||||
|
||||
[[_TOC_]]
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
[Security-Enhanced Linux (SELinux)](https://en.wikipedia.org/wiki/Security-Enhanced_Linux) is a Linux kernel security module that provides a mechanism for supporting access control security policies.
|
||||
|
||||
`cd_selinux` is a Puppet module to automate installation, configuration and troubleshooting of selinux.
|
||||
`confdroid_selinux` is a Puppet module to automate installation, configuration and troubleshooting of selinux.
|
||||
|
||||
## WARNING
|
||||
|
||||
@@ -43,13 +43,13 @@ via site.pp or nodes.pp
|
||||
|
||||
```ruby
|
||||
node 'example.example.net' {
|
||||
include cd_selinux
|
||||
include confdroid_selinux
|
||||
}
|
||||
```
|
||||
|
||||
* through Foreman:
|
||||
|
||||
In order to apply parameters through Foreman, **__cd_selinux::params__** must be added to the host or host group in question.
|
||||
In order to apply parameters through Foreman, **__confdroid_selinux::params__** must be added to the host or host group in question.
|
||||
|
||||
See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user