File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
1417define puppetdb::database::read_only_user (
You can’t perform that action at this time.
0 commit comments