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

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

Issue 29784619: #11294 - Apply workaround for broken pip package in Debian "jessie" (Closed)
Patch Set: #11294 - Address feedback from codereview Created May 18, 2018, 1:29 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
« no previous file with comments | « modules/private-stub/hiera/base.yaml ('k') | modules/updateserver/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/manifests/init.pp
===================================================================
--- a/modules/trac/manifests/init.pp
+++ b/modules/trac/manifests/init.pp
@@ -5,7 +5,7 @@
$fcgi_config_dir = '/etc/nginx/trac.d',
$is_default = false) inherits private::trac {
- package {['python-mysqldb','python-pip','subversion', 'tofrodos', 'graphviz']:
+ package {['python-mysqldb', 'subversion', 'tofrodos', 'graphviz']:
ensure => present
}
« no previous file with comments | « modules/private-stub/hiera/base.yaml ('k') | modules/updateserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld