| Index: modules/trac/manifests/init.pp |
| =================================================================== |
| --- a/modules/trac/manifests/init.pp |
| +++ b/modules/trac/manifests/init.pp |
| @@ -66,17 +66,17 @@ class trac( |
| exec { 'install_SensitiveTickets': |
| command => "pip install svn+http://trac-hacks.org/svn/sensitiveticketsplugin/trunk/", |
| require => Package['subversion', 'python-pip'], |
| unless => "python -c 'import sensitivetickets'", |
| } |
| exec { 'install_AccountManager': |
| - command => "pip install svn+http://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.3/", |
| + command => "pip install svn+http://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.4/", |
|
Philip Hill
2014/05/12 10:10:28
Provisioning will not do it with that change, as u
|
| require => Package['subversion', 'python-pip'], |
| unless => "python -c 'import acct_mgr'", |
| } |
| exec { 'install_TicketTemplate': |
| command => "pip install svn+http://trac-hacks.org/svn/tractickettemplateplugin/0.11/", |
| require => Package['subversion', 'python-pip'], |
| unless => "python -c 'import tickettemplate'", |