summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/pip.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/pip.pp b/manifests/pip.pp
index 247295c..dd2be0d 100644
--- a/manifests/pip.pp
+++ b/manifests/pip.pp
@@ -185,7 +185,7 @@ define python::pip (
default: {
# Anti-action, uninstall.
exec { "pip_uninstall_${name}":
- command => "echo y | ${pip_env} uninstall ${uninstall_args} ${proxy_flag} ${use_pkgname}",
+ command => "echo y | ${pip_env} uninstall ${uninstall_args} ${proxy_flag}",
onlyif => "${pip_env} freeze | grep -i -e ${grep_regex}",
user => $owner,
environment => $environment,