diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-22 14:39:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-22 14:39:07 -0300 |
commit | 056fdee7eca6ddea411caa1a2316760beafc86fb (patch) | |
tree | bf725b8bf4f4cf7d25d607744727912d94bae4c8 /manifests | |
parent | 161f3db6d34f705203188fec879d5ec25aca8ece (diff) | |
download | puppet-trac-056fdee7eca6ddea411caa1a2316760beafc86fb.tar.gz puppet-trac-056fdee7eca6ddea411caa1a2316760beafc86fb.tar.bz2 |
Manage trac-xmlrpc used for bugwarrior integration
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 7aff6fd..312c54f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,6 +17,11 @@ class trac { }, } + # Bugwarrior integration + package { "trac-xmlrpc": + ensure => present, + } + # Available just on wheezy package { 'trac-git': ensure => $::lsbdistcodename ? { |