diff options
-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 ? { |