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.
2 parents 23ba773 + 3c32db8 commit 285a41cCopy full SHA for 285a41c
manifests/client.pp
@@ -1,5 +1,5 @@
1
# @summary Installs PostgreSQL client software. Set the following parameters if you have a custom version you would like to install.
2
-#
+#
3
# @note
4
# Make sure to add any necessary yum or apt repositories if specifying a custom version.
5
#
@@ -9,7 +9,7 @@
9
# Optional. Absolute path for the postgresql connection validation script.
10
# @param package_name
11
# Sets the name of the PostgreSQL client package.
12
-# @param package_ensure
+# @param package_ensure
13
# Ensure the client package is installed
14
class postgresql::client (
15
Enum['file', 'absent'] $file_ensure = 'file',
0 commit comments