diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/gunicorn.pp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/manifests/gunicorn.pp b/manifests/gunicorn.pp index d328d75..2548e95 100644 --- a/manifests/gunicorn.pp +++ b/manifests/gunicorn.pp @@ -41,12 +41,13 @@ # Sergey Stankevich # define python::gunicorn ( - $ensure = present, - $virtualenv = false, - $mode = 'wsgi', - $dir = false, - $bind = false, - $environment = false + $ensure = present, + $virtualenv = false, + $mode = 'wsgi', + $dir = false, + $bind = false, + $app_interface = 'wsgi', + $environment = false, ) { # Parameter validation |