Merge "Remove usage of custom os_package_type fact"
This commit is contained in:
commit
c465f59e01
manifests/wsgi
@ -24,7 +24,7 @@ class swift::wsgi::uwsgi_account (
|
||||
|
||||
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.')
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ class swift::wsgi::uwsgi_container (
|
||||
|
||||
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.')
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ class swift::wsgi::uwsgi_proxy (
|
||||
|
||||
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.')
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user