summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-05-10 16:08:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-05-10 16:08:09 -0300
commitde79bd4efe47d62ab8deb5ea0dfc6e52a6f01c33 (patch)
tree49cba1912fe1c7d79718c9c13f9e26fc495b3fd3
parent7fb288c0809891bf3b911d9101f86ca907c6b72f (diff)
downloadpuppet-trac-de79bd4efe47d62ab8deb5ea0dfc6e52a6f01c33.tar.gz
puppet-trac-de79bd4efe47d62ab8deb5ea0dfc6e52a6f01c33.tar.bz2
Do not include trac plugins on ubuntu precise
-rw-r--r--manifests/init.pp4
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,
},
}