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: I1f456b86e20f6ab3bfe34f10d191a367742a9d7f
This commit is contained in:
parent
5ec06dd8e5
commit
7aeffaa1f5
@ -29,7 +29,7 @@ class cinder::wsgi::uwsgi (
|
||||
|
||||
include cinder::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.')
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user