summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorJarl Stefansson <jarl@sdelements.com>2013-11-07 12:19:41 -0500
committerJarl Stefansson <jarl@sdelements.com>2013-11-07 12:19:41 -0500
commite7997712ce3d4ee520a2a335171d41e79f867176 (patch)
tree346c12c802189915bc829c5fd37f6140463dd521 /manifests
parentc5c61860a5261b0334781fd2875f248d96fc2aff (diff)
Fix package names for pip
Diffstat (limited to 'manifests')
-rw-r--r--manifests/install.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/install.pp b/manifests/install.pp
index e90ecfe..ba4ff87 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -33,7 +33,7 @@ class python::install {
# Install latest from pip if pip is the provider
case $python::provider {
pip: {
- package { 'python-virtualenv': ensure => latest, provider => pip }
+ package { 'virtualenv': ensure => latest, provider => pip }
}
default: {
package { 'python-virtualenv': ensure => $venv_ensure }