From 056fdee7eca6ddea411caa1a2316760beafc86fb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 May 2018 14:39:07 -0300 Subject: Manage trac-xmlrpc used for bugwarrior integration --- manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) 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 ? { -- cgit v1.2.3