summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 319c20b..7be4f29 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -18,15 +18,15 @@ class trac {
# various plugins
package { [ "trac-wysiwyg", "trac-wikiprint", "trac-wikirename",
- "trac-graphviz", "trac-accountmanager" ]:
+ "trac-graphviz" ]:
ensure => $lsbdistcodename ? {
'lenny' => absent,
default => present,
},
}
- # there's a bug in the squeeze package, use the egg instead
- package { "trac-mastertickets" :
+ # buggy squeeze packages, use eggs instead
+ package { [ "trac-mastertickets", "trac-accountmanager" ]:
ensure => absent,
}
}