README.md in simp-rspec-puppet-facts-1.2.0 vs README.md in simp-rspec-puppet-facts-1.3.0
- old
+ new
@@ -59,15 +59,18 @@
_[default: {}]_
Override or add extra facts to each os/facts hash. These facts cannot be altered by internal logic (such as `:selinux_mode`).
+
+
### `:selinux_mode`
_[default: **`:enforcing`**]_
Given an enforcement mode (`:enforcing`, `:permissive`, or `:disabled`), overrides the following facts:
- `selinux`
+ - `selinux_enforced`
- `selinux_current_mode`
- `selinux_state`
- `tmp_mount_*` _(only modifies existing `tmp_mount*` facts)_
#### Example: Default SELinux mode (`:enforcing`)