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: I42bb243834414945c64aee41b1ea7e29e4fd73c5
This commit is contained in:
Takashi Kajinami 2022-01-05 22:08:05 +09:00
parent 4546553f21
commit b7595d6e2f

View File

@ -29,7 +29,7 @@ class magnum::wsgi::uwsgi (
include magnum::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.')
}