summaryrefslogtreecommitdiff
path: root/database/postgresql/postgresql_user.py
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg@eucalyptus.com>2015-10-28 14:38:11 -0400
committerGreg DeKoenigsberg <greg@eucalyptus.com>2015-10-28 14:38:11 -0400
commit57dcf2c9dd35fb535d77ca4fa30e9fed4be32472 (patch)
treefa4eac3feed4a6b624a07ab75023ab8bade2e9e5 /database/postgresql/postgresql_user.py
parent22c2789b72c6ed8fa0735fd0aef81858372e1b8e (diff)
downloadansible-modules-core-57dcf2c9dd35fb535d77ca4fa30e9fed4be32472.tar.gz
@lorin stepping down as maintainer
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 cee5a9ae..4f217433 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 (@lorin)"
+author: "Ansible Core Team"
'''
EXAMPLES = '''