add psycopg2, required for postgresql connexion
Modified: puppet/modules/transifex/manifests/init.pp =================================================================== --- puppet/modules/transifex/manifests/init.pp 2010-12-15 01:39:27 UTC (rev 612) +++ puppet/modules/transifex/manifests/init.pp 2010-12-15 01:39:28 UTC (rev 613) @@ -1,5 +1,5 @@ class transifex { - package { 'transifex': + package { ['transifex','python-psycopg2']: ensure => installed }