From: Silvio Rhatto Date: Tue, 22 May 2018 17:39:07 +0000 (-0300) Subject: Manage trac-xmlrpc used for bugwarrior integration X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=056fdee7eca6ddea411caa1a2316760beafc86fb;p=puppet-trac.git Manage trac-xmlrpc used for bugwarrior integration --- 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 ? {