Merge "Remove usage of custom os_package_type fact"

This commit is contained in:
Zuul 2022-01-07 20:53:42 +00:00 committed by Gerrit Code Review
commit 7744ef8963
2 changed files with 2 additions and 2 deletions

View File

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

View File

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