summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b760195..d463a43 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -20,8 +20,9 @@ class trac {
package { [ "trac-wysiwyg", "trac-wikiprint", "trac-wikirename",
"trac-graphviz" ]:
ensure => $lsbdistcodename ? {
- 'lenny','precise' => absent,
- default => present,
+ 'lenny' => absent,
+ 'precise' => absent,
+ default => present,
},
}