summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
authorSergey Stankevich <sergey.stankevich@gmail.com>2012-11-08 07:11:56 -0500
committerSergey Stankevich <sergey.stankevich@gmail.com>2012-11-08 07:11:56 -0500
commit63b4288450a3165cbd15e04fc9480fd16ff53885 (patch)
tree9928bf7c339ec13f1d5d8bc28a857aab49fda573 /manifests/install.pp
parent91b595de937e938807d942d650dde3cd5f45f2ec (diff)
Adding pip; modifying Gunicorn template for Django
Diffstat (limited to 'manifests/install.pp')
-rw-r--r--manifests/install.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
index dec99b8..e52e7e4 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -12,7 +12,7 @@ class python::install {
default => absent,
}
- package { "${python}-dev": ensure => $dev_ensure }
+ package { [ "${python}-dev", 'python-pip' ]: ensure => $dev_ensure }
$venv_ensure = $python::virtualenv ? {
true => present,