Skip to content

Commit 895eebf

Browse files
author
Jarl Stefansson
committed
Cleanup for merge request
1 parent 7ae9495 commit 895eebf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

manifests/pip.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
default => "--proxy=${proxy}",
7171
}
7272

73-
7473
$grep_regex = $name ? {
7574
/==/ => "^${name}\$",
7675
default => "^${name}==",
@@ -123,7 +122,7 @@
123122

124123
default: {
125124
exec { "pip_uninstall_${name}":
126-
command => "echo y | $pip_env uninstall $uninstall_args ${wheel_support_flag} ${proxy_flag} ${name}",
125+
command => "echo y | $pip_env uninstall $uninstall_args ${proxy_flag} ${name}",
127126
onlyif => "$pip_env freeze | grep -i -e ${grep_regex}",
128127
user => $owner,
129128
environment => $environment,

0 commit comments

Comments
 (0)