Merge lp:~marcoceppi/charms/precise/postgresql/contrib-pkg into lp:charms/postgresql

Proposed by Marco Ceppi
Status: Merged
Merged at revision: 31
Proposed branch: lp:~marcoceppi/charms/precise/postgresql/contrib-pkg
Merge into: lp:charms/postgresql
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/hooks.py (+1/-1)
To merge this branch: bzr merge lp:~marcoceppi/charms/precise/postgresql/contrib-pkg
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+146876@code.launchpad.net

Commit message

Provide postresql-contrib package

Description of the change

This simply adds the postgres-contrib package which provides several extra plugins for postgres.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/hooks.py'
2--- hooks/hooks.py 2013-01-14 13:02:03 +0000
3+++ hooks/hooks.py 2013-02-06 15:23:21 +0000
4@@ -742,7 +742,7 @@
5 if os.path.isfile(f) and os.access(f, os.X_OK):
6 subprocess.check_call(['sh', '-c', f])
7 for package in ["postgresql", "pwgen", "python-jinja2", "syslinux",
8- "python-psycopg2",
9+ "python-psycopg2", "postgresql-contrib",
10 "postgresql-%s-debversion" % config_data["version"]]:
11 apt_get_install(package)
12 from jinja2 import Template

Subscribers

People subscribed via source and target branches