Skip to content

Commit bb3c2c1

Browse files
authored
Update install.pp
remove mod_auth_openidc only in RedHat 8
1 parent 7934643 commit bb3c2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @summary manage Globus install
22
# @api private
33
class globus::install {
4-
if $facts['os']['family'] == 'RedHat' and versioncmp($facts['os']['release']['major'], '8') >= 0 {
4+
if $facts['os']['family'] == 'RedHat' and versioncmp($facts['os']['release']['major'], '8') == 0 {
55
package { 'mod_auth_openidc-dnf-module':
66
ensure => 'disabled',
77
name => 'mod_auth_openidc',

0 commit comments

Comments
 (0)