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

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

Issue 29363535: Issue 2313 - Handle Flup dependency in module sitescripts (Closed)
Patch Set: Created Nov. 18, 2016, 9:47 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/notificationserver/manifests/init.pp
===================================================================
--- a/modules/notificationserver/manifests/init.pp
+++ b/modules/notificationserver/manifests/init.pp
@@ -29,7 +29,6 @@
}
include spawn-fcgi
- package {'python-flup':}
spawn-fcgi::pool {'multiplexer':
ensure => present,
@@ -42,7 +41,6 @@
require => [
Class['sitescripts'],
Exec['fetch_notifications'],
- Package['python-flup']
]
}

Powered by Google App Engine
This is Rietveld