summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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 10331ff..cf0f78a 100644
--- a/manifests/install.pp
+++ b/manifests/install.pp
@@ -31,7 +31,7 @@ class python::install {
pip => absent,
}
- case $venv_ensure {
+ case $python::virtualenv {
'pip': {
exec { "pip-virtualenv":
command => "pip install --upgrade virtualenv",