diff --git a/manifests/wsgi/uwsgi.pp b/manifests/wsgi/uwsgi.pp index 4691a785..4885fbe4 100644 --- a/manifests/wsgi/uwsgi.pp +++ b/manifests/wsgi/uwsgi.pp @@ -29,7 +29,7 @@ class gnocchi::wsgi::uwsgi ( include gnocchi::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.') }