We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5bf2c commit 632ad83Copy full SHA for 632ad83
manifests/package/redhat.pp
@@ -104,7 +104,7 @@
104
}
105
106
107
- if $dnfmodule and fact('os.family') == 'RedHat' and versioncmp(fact('os.release.full'), '8.0') >= 0 {
+ if $dnfmodule and fact('os.family') == 'RedHat' and versioncmp(fact('os.release.major'), '8') >= 0 {
108
package { "nginx:${dnfmodule}":
109
ensure => $dnfmodule,
110
name => 'nginx',
0 commit comments