Merge "Remove usage of custom os_package_type fact"

This commit is contained in:
Zuul
2022-01-07 20:23:36 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class swift::wsgi::uwsgi_account (
include swift::deps include swift::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.')
} }

View File

@@ -24,7 +24,7 @@ class swift::wsgi::uwsgi_container (
include swift::deps include swift::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.')
} }

View File

@@ -24,7 +24,7 @@ class swift::wsgi::uwsgi_proxy (
include swift::deps include swift::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.')
} }