diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-10 16:08:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-10 16:08:09 -0300 |
commit | de79bd4efe47d62ab8deb5ea0dfc6e52a6f01c33 (patch) | |
tree | 49cba1912fe1c7d79718c9c13f9e26fc495b3fd3 /manifests | |
parent | 7fb288c0809891bf3b911d9101f86ca907c6b72f (diff) | |
download | puppet-trac-de79bd4efe47d62ab8deb5ea0dfc6e52a6f01c33.tar.gz puppet-trac-de79bd4efe47d62ab8deb5ea0dfc6e52a6f01c33.tar.bz2 |
Do not include trac plugins on ubuntu precise
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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, }, } |