diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-15 01:39:28 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-15 01:39:28 +0000 |
commit | 835e4872047f4cd7cdbec4eb101ded38a7c63bc1 (patch) | |
tree | f5b63dbf49d3a857f43d1ef3f856bfc7941c803a | |
parent | 6c0bc81bed7043b88eb613f7218f447cd027585f (diff) | |
download | puppet-835e4872047f4cd7cdbec4eb101ded38a7c63bc1.tar puppet-835e4872047f4cd7cdbec4eb101ded38a7c63bc1.tar.gz puppet-835e4872047f4cd7cdbec4eb101ded38a7c63bc1.tar.bz2 puppet-835e4872047f4cd7cdbec4eb101ded38a7c63bc1.tar.xz puppet-835e4872047f4cd7cdbec4eb101ded38a7c63bc1.zip |
add psycopg2, required for postgresql connexion
-rw-r--r-- | modules/transifex/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index 19e76ae4..f2ab7f7b 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -1,5 +1,5 @@ class transifex { - package { 'transifex': + package { ['transifex','python-psycopg2']: ensure => installed } |