| 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'", |
| } |