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 4
4
# the default access privileges so read-only access is maintained when
5
5
# new objects are created by the $database_owner
6
6
#
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.
12
15
#
13
16
# @api private
14
17
define puppetdb::database::read_only_user (
You can’t perform that action at this time.
0 commit comments