diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c69ac8d..5d705e0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,7 @@ class trac { # various plugins package { [ "trac-wysiwyg", "trac-wikiprint", - "trac-graphviz", "trac-authopenid" ]: + "trac-graphviz", "trac-authopenid", "trac-accountmanager" ]: ensure => $lsbdistcodename ? { 'lenny' => absent, 'precise' => absent, |