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: I55c3504b8d0eafc0848e6f74e3bf0ec2a097098b
This commit is contained in:
Takashi Kajinami
2022-01-05 21:54:36 +09:00
parent 1b7715cafe
commit ad5ea118a1

View File

@@ -29,7 +29,7 @@ class cloudkitty::wsgi::uwsgi (
include cloudkitty::deps include cloudkitty::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.') warning('This class is only valid for Debian, as other operating systems are not using uwsgi by default.')
} }