We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a307d9 commit bd9bcf4Copy full SHA for bd9bcf4
manifests/python.pp
@@ -1,6 +1,10 @@
1
# Class: postgresql::python
2
# This class installs the python libs for postgresql.
3
-
+#
4
+# Parameters:
5
+# [*ensure*] - ensure state for package.
6
+# can be specified as version.
7
+# [*package_name*] - name of package
8
class postgresql::python(
9
$package_name = $postgresql::params::python_package_name,
10
$package_ensure = 'present'
0 commit comments