From: Silvio Rhatto Date: Thu, 10 May 2012 19:08:09 +0000 (-0300) Subject: Do not include trac plugins on ubuntu precise X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=de79bd4efe47d62ab8deb5ea0dfc6e52a6f01c33;p=puppet-trac.git Do not include trac plugins on ubuntu precise --- diff --git a/manifests/init.pp b/manifests/init.pp index 4da996c..b760195 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -20,8 +20,8 @@ class trac { package { [ "trac-wysiwyg", "trac-wikiprint", "trac-wikirename", "trac-graphviz" ]: ensure => $lsbdistcodename ? { - 'lenny' => absent, - default => present, + 'lenny','precise' => absent, + default => present, }, }