From 676be6403c428fa9e7c0bb7195484669b08333e9 Mon Sep 17 00:00:00 2001 From: Daniel Lawrence Date: Sun, 27 Jul 2014 17:59:03 +1000 Subject: puppet-lint: removed unused var 'use_pkgname' --- manifests/pip.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3