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

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

Issue 5656503721656320: Issue #614 Avoid tags plugin in Trac being reinstalled every provision time. (Closed)
Patch Set: Created June 3, 2014, 4:31 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
@@ -128,7 +128,7 @@
exec { 'install_Tractags':
command => "pip install svn+http://trac-hacks.org/svn/tagsplugin/tags/0.7/",
require => Package['python-pip'],
- unless => "python -c 'import tagsplugin'",
+ unless => "python -c 'import tractags'",
}
file {"/home/trac/htdocs/htdocs/common/adblockplus_logo.png":
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld