]> gitweb.fluxo.info Git - puppet-trac.git/commitdiff
Manage trac-xmlrpc used for bugwarrior integration
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 22 May 2018 17:39:07 +0000 (14:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 22 May 2018 17:39:07 +0000 (14:39 -0300)
manifests/init.pp

index 7aff6fde4ab695080613072cadf76125ef08e7f8..312c54f83ab59f5703946046551221b480e691b1 100644 (file)
@@ -17,6 +17,11 @@ class trac {
     },
   }
 
+  # Bugwarrior integration
+  package { "trac-xmlrpc":
+    ensure => present,
+  }
+
   # Available just on wheezy
   package { 'trac-git':
     ensure  => $::lsbdistcodename ? {