summaryrefslogtreecommitdiff
path: root/manifests/gunicorn.pp
diff options
context:
space:
mode:
authorAshley Penney <apenney@edx.org>2012-10-18 20:52:21 +0000
committerAshley Penney <apenney@edx.org>2012-10-18 20:52:21 +0000
commit7a05a89acab1b9844416ac42d290a66122b08539 (patch)
tree2138946492af09783356f79027165f96d249250a /manifests/gunicorn.pp
parentebd231f6df6a123237397df0264bc463b6fd71d4 (diff)
Add app_interface.
Diffstat (limited to 'manifests/gunicorn.pp')
-rw-r--r--manifests/gunicorn.pp13
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