diff options
author | Greg DeKoenigsberg <greg@eucalyptus.com> | 2015-06-15 15:53:30 -0400 |
---|---|---|
committer | Greg DeKoenigsberg <greg@eucalyptus.com> | 2015-06-15 15:53:30 -0400 |
commit | 2a5f0bde8796bb366f06a39fab576c362eb048a5 (patch) | |
tree | bce2da5b1a1e9981b6d015319dcef337354b6d8f /database/postgresql/postgresql_user.py | |
parent | 28a869a030fb3be9818c71e08d3048ff88a2b6a0 (diff) | |
download | ansible-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.py | 2 |
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 = ''' |