Skip to content

Commit efab573

Browse files
authoredAug 28, 2023
Merge pull request #1475 from bastelfreak/whitespace
reassign_owned_by: Cleanup puppet-strings documentation
2 parents 56bc346 + f37197b commit efab573

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎manifests/server/reassign_owned_by.pp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @summary Define for reassigning the ownership of objects within a database.
2-
# @note
3-
# This enables us to force the a particular ownership for objects within a database
4-
#
2+
#
3+
# @note This enables us to force the a particular ownership for objects within a database
4+
#
55
# @param old_role Specifies the role or user who is the current owner of the objects in the specified db
66
# @param new_role Specifies the role or user who will be the new owner of these objects
77
# @param db Specifies the database to which the 'REASSIGN OWNED' will be applied

0 commit comments

Comments
 (0)
Please sign in to comment.