summaryrefslogtreecommitdiff
path: root/database/postgresql/postgresql_user.py
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-15 15:53:30 -0400
committerGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-15 15:53:30 -0400
commit2a5f0bde8796bb366f06a39fab576c362eb048a5 (patch)
treebce2da5b1a1e9981b6d015319dcef337354b6d8f /database/postgresql/postgresql_user.py
parent28a869a030fb3be9818c71e08d3048ff88a2b6a0 (diff)
downloadansible-modules-core-2a5f0bde8796bb366f06a39fab576c362eb048a5.tar.gz
Proper author info for all remaining modules
Diffstat (limited to 'database/postgresql/postgresql_user.py')
-rw-r--r--database/postgresql/postgresql_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/postgresql/postgresql_user.py b/database/postgresql/postgresql_user.py
index 2998ab27..d3f6d81c 100644
--- a/database/postgresql/postgresql_user.py
+++ b/database/postgresql/postgresql_user.py
@@ -137,7 +137,7 @@ notes:
to all users. You may not specify password or role_attr_flags when the
PUBLIC user is specified.
requirements: [ psycopg2 ]
-author: Lorin Hochstein
+author: "Lorin Hochstein (@lorin)"
'''
EXAMPLES = '''