Skip to content

Commit 78169f4

Browse files
committed
fix parameter documentation
1 parent 9498d87 commit 78169f4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

manifests/database/read_only_user.pp

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
# the default access privileges so read-only access is maintained when
55
# new objects are created by the $database_owner
66
#
7-
# @param database_read_only_username [String] The name of the postgres read only user.
8-
# @param database [String] The name of the database to grant access to.
9-
# @param database_owner [String] The user which owns the database (i.e. the migration user
10-
# for the database).
11-
# @param password_hash [String] The value of $_database_password in app_database.
7+
# @param read_database_username
8+
# The name of the postgres read only user.
9+
# @param database_name
10+
# The name of the database to grant access to.
11+
# @param database_owner
12+
# The user which owns the database (i.e. the migration user for the database).
13+
# @param password_hash
14+
# The value of $_database_password in app_database.
1215
#
1316
# @api private
1417
define puppetdb::database::read_only_user (

0 commit comments

Comments
 (0)