Skip to content

Commit 5edb675

Browse files
committed
Merge pull request voxpupuli#55 from saz/patch-2
remove duplicate pip_install exec for latest case
2 parents 87ba997 + dba29a6 commit 5edb675

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

manifests/pip.pp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@
112112
}
113113
}
114114

115-
latest: {
116-
exec { "pip_install_${name}":
117-
command => "${pip_env} wheel --help > /dev/null 2>&1 && { ${pip_env} wheel --version > /dev/null 2>&1 || wheel_support_flag='--no-use-wheel'; } ; ${pip_env} --log ${cwd}/pip.log install -U ${install_args} \$wheel_support_flag ${proxy_flag} ${source}",
118-
user => $owner,
119-
environment => $environment,
120-
}
121-
}
122-
123115
default: {
124116
exec { "pip_uninstall_${name}":
125117
command => "echo y | ${pip_env} uninstall ${uninstall_args} ${proxy_flag} ${name}",

0 commit comments

Comments
 (0)