Remove usage of custom os_package_type fact

Currently we support usage of distro packages only, and this custom
fact can be simply replaced by the default fact.

Change-Id: I6da1bfc8a392abf8808089accfed7881305d33f3
This commit is contained in:
Takashi Kajinami 2022-01-05 22:03:38 +09:00
parent 701e66b4ca
commit 2e52401ce2
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.')
}