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

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

Issue 29370642: NoIssue - Fix broken trac dependency (Closed)
Patch Set: Created Jan. 3, 2017, 3 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 | « 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
@@ -57,7 +57,7 @@
}
exec { 'install_SensitiveTickets':
- command => "pip install svn+https://trac-hacks.org/svn/sensitiveticketsplugin/trunk/",
+ command => "pip install svn+https://trac-hacks.org/svn/sensitiveticketsplugin/0.11",
require => Package['subversion', 'python-pip'],
unless => "python -c 'import sensitivetickets'",
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld