| Index: modules/trac/manifests/init.pp |
| diff --git a/modules/trac/manifests/init.pp b/modules/trac/manifests/init.pp |
| index 9944c9452950565312b40ded7ebd094ee2b3475f..c03d4993eaba4d8e0c8dce2344260d4ead726dbf 100644 |
| --- a/modules/trac/manifests/init.pp |
| +++ b/modules/trac/manifests/init.pp |
| @@ -5,7 +5,7 @@ class trac( |
| $fcgi_config_dir = '/etc/nginx/trac.d', |
| $is_default = false) inherits private::trac { |
| - package {['python-mysqldb','python-pip','subversion', 'tofrodos', 'graphviz']: |
| + package {['python-mysqldb', 'subversion', 'tofrodos', 'graphviz']: |
| ensure => present |
| } |