Skip to content

Commit bd9bcf4

Browse files
flaper87dprince
authored andcommitted
Add support for psycopg installation
1 parent 9a307d9 commit bd9bcf4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

manifests/python.pp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Class: postgresql::python
22
# This class installs the python libs for postgresql.
3-
3+
#
4+
# Parameters:
5+
# [*ensure*] - ensure state for package.
6+
# can be specified as version.
7+
# [*package_name*] - name of package
48
class postgresql::python(
59
$package_name = $postgresql::params::python_package_name,
610
$package_ensure = 'present'

0 commit comments

Comments
 (0)