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 f7b0196 commit b61c32fCopy full SHA for b61c32f
manifests/params.pp
@@ -28,9 +28,8 @@
28
29
$gunicorn_package_name = $facts['os']['family'] ? {
30
'RedHat' => $facts['os']['release']['major'] ? {
31
- '9' => 'python3-gunicorn',
32
- '8' => 'python3-gunicorn',
33
- default => 'python-gunicorn',
+ '7' => 'python-gunicorn',
+ default => 'python3-gunicorn',
34
},
35
default => 'gunicorn',
36
}
0 commit comments