summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: