We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a94b7 commit 5ef44b3Copy full SHA for 5ef44b3
manifests/server/config_entry.pp
@@ -5,6 +5,7 @@
5
# @param value Defines the value for the setting.
6
# @param path Path for postgresql.conf
7
# @param comment Defines the comment for the setting. The # is added by default.
8
+# @param instance_name The name of the instance.
9
#
10
define postgresql::server::config_entry (
11
Enum['present', 'absent'] $ensure = 'present',
0 commit comments