From f37197b8a9a201a0b0f1e7bd7ba8fe2c2d126fc2 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 28 Aug 2023 16:01:48 +0200 Subject: [PATCH] reassign_owned_by: Cleanup puppet-strings documentation --- manifests/server/reassign_owned_by.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/server/reassign_owned_by.pp b/manifests/server/reassign_owned_by.pp index 314381336f..7df25f9a1a 100644 --- a/manifests/server/reassign_owned_by.pp +++ b/manifests/server/reassign_owned_by.pp @@ -1,7 +1,7 @@ # @summary Define for reassigning the ownership of objects within a database. -# @note -# This enables us to force the a particular ownership for objects within a database -# +# +# @note This enables us to force the a particular ownership for objects within a database +# # @param old_role Specifies the role or user who is the current owner of the objects in the specified db # @param new_role Specifies the role or user who will be the new owner of these objects # @param db Specifies the database to which the 'REASSIGN OWNED' will be applied