Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/updateserver/manifests/init.pp

Issue 29784619: #11294 - Apply workaround for broken pip package in Debian "jessie" (Closed)
Patch Set: Created May 18, 2018, 12:28 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/updateserver/manifests/init.pp
diff --git a/modules/updateserver/manifests/init.pp b/modules/updateserver/manifests/init.pp
index 4a54f21084cc18c882c866039254b866b113dbec..52a47884a5af8dde2ce0ecebb20ee28418cdf674 100644
--- a/modules/updateserver/manifests/init.pp
+++ b/modules/updateserver/manifests/init.pp
@@ -95,8 +95,6 @@ class updateserver(
content => template('updateserver/update_update_manifests.erb')
}
- ensure_packages(['python-pip', 'python-dev'])
-
# Make sure that apt packages corresponding to the pip-installed modules below
# won't be installed unintentionally, these will take precedence otherwise.
package {['python-jinja2', 'python-crypto']:

Powered by Google App Engine
This is Rietveld