Skip to content

Commit 25d42a3

Browse files
add parameter documentation
1 parent 711b3a1 commit 25d42a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/server/config_entry.pp

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# @param value Defines the value for the setting.
66
# @param path Path for postgresql.conf
77
# @param comment Defines the comment for the setting. The # is added by default.
8+
# @param instance_name The name of the instance.
89
#
910
define postgresql::server::config_entry (
1011
Enum['present', 'absent'] $ensure = 'present',

0 commit comments

Comments
 (0)