Skip to content

Commit b61c32f

Browse files
Standardize gunicorn package references across RHEL versions
1 parent f7b0196 commit b61c32f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

manifests/params.pp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828

2929
$gunicorn_package_name = $facts['os']['family'] ? {
3030
'RedHat' => $facts['os']['release']['major'] ? {
31-
'9' => 'python3-gunicorn',
32-
'8' => 'python3-gunicorn',
33-
default => 'python-gunicorn',
31+
'7' => 'python-gunicorn',
32+
default => 'python3-gunicorn',
3433
},
3534
default => 'gunicorn',
3635
}

0 commit comments

Comments
 (0)