updated parameter documentation and README

This commit is contained in:
Arne Teuke
2017-08-03 12:36:11 +01:00
parent a1177ccacf
commit 0bd13076fd
2 changed files with 9 additions and 5 deletions

View File

@@ -25,9 +25,13 @@
# to choose, i.e. `latest` or `present`.
# @param [boolean] sx_install_setools Whether to install additional selinux
# tools, i.e. for troubleshooting.
# @param [string] sx_selinux_status The desired selinux status. Valid values
# are `enforcing`, ``permissive`, `disabled`. Note that changing from disabled
# to any othe other types requires a manual reboot to relable the file system.
# @param [string] sx_selinux_status The desired selinux status. Used for both
# managing the configuration file as well as the command line (setenforce).
# Valid values are `enforcing` and `permissive`. While the configuration file
# supports another option 'disabled', this option is not available on
# commandline. Note that changing the active selinux status from `disabled`
# to any the other types requires a manual reboot to re-lable the file system.
# This module does not do that for you to avoid unexpected outages.
# @param [string] sx_selinux_type The desired selinux type. Valid options are
# `targeted`, `minimum` and `mls`.
##############################################################################