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

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

Issue 29362567: NoIssue - Using correct URL for spam filter dependency on trac system (Closed)
Patch Set: Created Nov. 15, 2016, 4:59 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 | no next file » | 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
@@ -101,7 +101,7 @@
}
exec { 'install_TracSpamFilter':
- command => "pip install svn+http://svn.edgewall.com/repos/trac/plugins/1.0/spam-filter",
+ command => "pip install svn+https://svn.edgewall.org/repos/trac/plugins/1.0/spam-filter",
require => Package[
'spambayes',
'python-pip'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld