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

Unified Diff: modules/web/manifests/server.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
« manifests/site.pp ('K') | « modules/updateserver/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/manifests/server.pp
diff --git a/modules/web/manifests/server.pp b/modules/web/manifests/server.pp
index bf51459cd53e89d7d347ac1e46bdd3377c63e162..dd88f1083f02bc8eb2175da4bcbb8600b97d6b40 100644
--- a/modules/web/manifests/server.pp
+++ b/modules/web/manifests/server.pp
@@ -46,8 +46,6 @@ class web::server(
ensure => $geoip ? {false => 'absent', default => 'present'},
}
- ensure_packages(['python-pip'])
-
# 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-markdown']:
« manifests/site.pp ('K') | « modules/updateserver/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld