summaryrefslogtreecommitdiff
path: root/manifests/install.pp
diff options
context:
space:
mode:
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 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 }