summaryrefslogtreecommitdiff
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
parent91b595de937e938807d942d650dde3cd5f45f2ec (diff)
python::gunicorn - removed unused/undocumented attributes.
-rw-r--r--manifests/gunicorn.pp1
-rw-r--r--manifests/requirements.pp1
2 files changed, 0 insertions, 2 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,
) {
diff --git a/manifests/requirements.pp b/manifests/requirements.pp
index b6c9b34..c7b9c25 100644
--- a/manifests/requirements.pp
+++ b/manifests/requirements.pp
@@ -38,7 +38,6 @@ define python::requirements (
default => "--proxy=${proxy}",
}
- $req_dir = inline_template('<%= requirements.match(%r!(.+)/.+!)[1] %>')
$req_crc = "${requirements}.sha1"
file { $requirements: