Merge "Remove usage of custom os_package_type fact"

This commit is contained in:
Zuul 2022-01-07 20:07:48 +00:00 committed by Gerrit Code Review
commit 90d9a33586
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class gnocchi::wsgi::uwsgi (
include gnocchi::deps
if $::os_package_type != 'debian'{
if $::operatingsystem != 'Debian'{
warning('This class is only valid for Debian, as other operating systems are not using uwsgi by default.')
}