]> gitweb.fluxo.info Git - puppet-trac.git/commitdiff
Adding trac-accountmanager package
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Mar 2014 18:33:58 +0000 (15:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Mar 2014 18:33:58 +0000 (15:33 -0300)
manifests/init.pp

index c69ac8d1e4a2cfbaca890494e2dc4420c7485fb5..5d705e031c08d285881d854e2c8802b24cb9c7e5 100644 (file)
@@ -18,7 +18,7 @@ class trac {
 
   # various plugins
   package { [ "trac-wysiwyg",  "trac-wikiprint",
-              "trac-graphviz", "trac-authopenid" ]:
+              "trac-graphviz", "trac-authopenid", "trac-accountmanager" ]:
     ensure => $lsbdistcodename ? {
       'lenny'   => absent,
       'precise' => absent,