diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-27 15:33:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-27 15:33:58 -0300 |
commit | 17450c6c84bbfbfb5b0aaa48230096be7e277e4c (patch) | |
tree | d75ed593cadf01c2c1d1f2f7d2ffe5e2a68af671 /manifests | |
parent | 38e8a2d59232bcd9cc00bc639a7328224ed4cc28 (diff) | |
download | puppet-trac-17450c6c84bbfbfb5b0aaa48230096be7e277e4c.tar.gz puppet-trac-17450c6c84bbfbfb5b0aaa48230096be7e277e4c.tar.bz2 |
Adding trac-accountmanager package
Diffstat (limited to 'manifests')
-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, |