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

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

Issue 29363535: Issue 2313 - Handle Flup dependency in module sitescripts (Closed)
Patch Set: Issue 2313 - Handle Flup dependency in module sitescripts Created Nov. 18, 2016, 3:39 p.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 | « no previous file | modules/hgweb/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/downloadserver/manifests/init.pp
===================================================================
--- a/modules/downloadserver/manifests/init.pp
+++ b/modules/downloadserver/manifests/init.pp
@@ -14,7 +14,7 @@
sitescriptsini_source => 'puppet:///modules/downloadserver/sitescripts',
}
- package {['python-flup', 'python-jinja2']:}
+ package {'python-jinja2':}
include spawn-fcgi
spawn-fcgi::pool {'multiplexer':
@@ -26,7 +26,7 @@
children => 1,
require => [
Class['sitescripts'],
- Package['python-flup', 'python-jinja2'],
+ Package['python-jinja2'],
],
}
« no previous file with comments | « no previous file | modules/hgweb/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld