diff --git a/manifests/wsgi/uwsgi.pp b/manifests/wsgi/uwsgi.pp index 6a4d333..6327ca2 100644 --- a/manifests/wsgi/uwsgi.pp +++ b/manifests/wsgi/uwsgi.pp @@ -29,7 +29,7 @@ class magnum::wsgi::uwsgi ( include magnum::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.') }