Skip to content

Commit

Permalink
refs #6445 - the mod_lookup_identity-selinux is only needed (and avai…
Browse files Browse the repository at this point in the history
…lable) in EL 6, we use httpd_dbus_sssd otherwise.
  • Loading branch information
adelton authored and GregSutcliffe committed Aug 11, 2014
1 parent 941a9e8 commit 0f64157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
ensure => $foreman::version,
require => $repo,
}
if $foreman::ipa_authentication and $foreman::configure_ipa_repo {
if $foreman::ipa_authentication and $foreman::configure_ipa_repo and $foreman::osreleasemajor == '6' {
package { 'mod_lookup_identity-selinux':
ensure => installed,
require => $repo,
Expand Down

0 comments on commit 0f64157

Please sign in to comment.