Skip to content

Commit

Permalink
(bugfix) Add default package name for mod_ldap (puppetlabs#1913)
Browse files Browse the repository at this point in the history
* added default package name for mod_ldap

* edited README

* removed selector

* added default package_name for mod_ldap

* changed ldap default package_name in README file
  • Loading branch information
turnopil authored and carabasdaniel committed Jun 17, 2019
1 parent 7b2e76b commit 04be540
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,7 @@
'fcgid' => 'mod_fcgid',
'geoip' => 'mod_geoip',
'intercept_form_submit' => 'mod_intercept_form_submit',
'ldap' => $::apache::version::distrelease ? {
'7' => 'mod_ldap',
default => undef,
},
'ldap' => 'mod_ldap',
'lookup_identity' => 'mod_lookup_identity',
'pagespeed' => 'mod-pagespeed-stable',
# NOTE: The passenger module isn't available on RH/CentOS without
Expand Down

0 comments on commit 04be540

Please sign in to comment.