Skip to content

Commit

Permalink
Merge pull request voxpupuli#154 from vinzent/remove_fact_756_workaround
Browse files Browse the repository at this point in the history
Remove custom fact selinux_custom_policy
  • Loading branch information
bastelfreak authored Dec 24, 2016
2 parents 295f4df + c1121a8 commit 7910be7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
19 changes: 0 additions & 19 deletions lib/facter/selinux_custom_policy.rb

This file was deleted.

5 changes: 0 additions & 5 deletions manifests/module.pp
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
validate_absolute_path($makefile)
validate_bool($syncversion)

$selinux_policy = $::selinux_config_policy ? {
/targeted|strict/ => $::selinux_config_policy,
default => $::selinux_custom_policy,
}

## Begin Configuration
file { "${sx_mod_dir}/${prefix}${name}.te":
ensure => $ensure,
Expand Down

0 comments on commit 7910be7

Please sign in to comment.