summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-01-16 01:19:41 +0100
committerSteffen Zieger <me@saz.sh>2014-01-16 01:19:41 +0100
commitdba29a61bda4ab44ec8c42a43583d0e51f3806d9 (patch)
tree8f7d97118babee77bcddc304edaaa43f65c002f6 /manifests
parent94f907ef6c0979ae72b8614e88640609baf74de8 (diff)
remove duplicate pip_install exec for latest case
Diffstat (limited to 'manifests')
-rw-r--r--manifests/pip.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/pip.pp b/manifests/pip.pp
index fb73ae7..4aacb31 100644
--- a/manifests/pip.pp
+++ b/manifests/pip.pp
@@ -112,14 +112,6 @@ define python::pip (
}
}
- latest: {
- exec { "pip_install_${name}":
- 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}",
- user => $owner,
- environment => $environment,
- }
- }
-
default: {
exec { "pip_uninstall_${name}":
command => "echo y | ${pip_env} uninstall ${uninstall_args} ${proxy_flag} ${name}",