summaryrefslogtreecommitdiff
path: root/manifests/gunicorn.pp
diff options
context:
space:
mode:
authorMarc Fournier <marc.fournier@camptocamp.com>2012-11-04 21:31:46 +0100
committerMarc Fournier <marc.fournier@camptocamp.com>2012-11-06 18:55:37 +0100
commit452451e8f5c0bd40b867088f481c130a21efb0a1 (patch)
treefed6d471142ea9902d85ffcaa42998827c8a500a /manifests/gunicorn.pp
parent91b595de937e938807d942d650dde3cd5f45f2ec (diff)
python::gunicorn - removed unused/undocumented attributes.
Diffstat (limited to 'manifests/gunicorn.pp')
-rw-r--r--manifests/gunicorn.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/gunicorn.pp b/manifests/gunicorn.pp
index 2548e95..659555f 100644
--- a/manifests/gunicorn.pp
+++ b/manifests/gunicorn.pp
@@ -46,7 +46,6 @@ define python::gunicorn (
$mode = 'wsgi',
$dir = false,
$bind = false,
- $app_interface = 'wsgi',
$environment = false,
) {