Skip to content

Commit 2bf8a5c

Browse files
authored
Merge pull request voxpupuli#340 from dontreboot/master
Add name of package to pip uninstall command
2 parents 9a482db + 971d569 commit 2bf8a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/pip.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
default: {
261261
# Anti-action, uninstall.
262262
exec { "pip_uninstall_${name}":
263-
command => "echo y | ${pip_env} uninstall ${uninstall_args} ${proxy_flag}",
263+
command => "echo y | ${pip_env} uninstall ${uninstall_args} ${proxy_flag} ${name}",
264264
onlyif => "${pip_env} freeze | grep -i -e ${grep_regex}",
265265
user => $owner,
266266
group => $group,

0 commit comments

Comments
 (0)