summaryrefslogtreecommitdiff
path: root/manifests/requirements.pp
diff options
context:
space:
mode:
authorSergey Stankevich <sergey.stankevich@gmail.com>2012-11-08 07:12:03 -0500
committerSergey Stankevich <sergey.stankevich@gmail.com>2012-11-08 07:12:03 -0500
commit8fb868d5aa7bbe4d19f83367ba86d4ac4deb6d25 (patch)
treeef8d16bf45678750c60496fb6e6109cb902a5316 /manifests/requirements.pp
parent63b4288450a3165cbd15e04fc9480fd16ff53885 (diff)
parent94d9ca52b531c76949bddfe45c5402ecb2586ab8 (diff)
Merge branch 'master' of github.com:stankevich/puppet-python
* 'master' of github.com:stankevich/puppet-python: updated authors. python::gunicorn - added template parameter python::virtualenv - '--system-site-packages' option python::gunicorn - removed unused/undocumented attributes.
Diffstat (limited to 'manifests/requirements.pp')
-rw-r--r--manifests/requirements.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/requirements.pp b/manifests/requirements.pp
index b6c9b34..4dd1f1f 100644
--- a/manifests/requirements.pp
+++ b/manifests/requirements.pp
@@ -20,6 +20,7 @@
# === Authors
#
# Sergey Stankevich
+# Ashley Penney
#
define python::requirements (
$virtualenv = 'system',
@@ -38,7 +39,6 @@ define python::requirements (
default => "--proxy=${proxy}",
}
- $req_dir = inline_template('<%= requirements.match(%r!(.+)/.+!)[1] %>')
$req_crc = "${requirements}.sha1"
file { $requirements: