diff --git a/README.md b/README.md index 760262c..4f0bdbf 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ If overriding, make sure you copy all of the existing entries from `defaults/mai login_user: # defaults to 'postgresql_user' login_unix_socket: # defaults to 1st of postgresql_unix_socket_directories port: # defaults to not set + owner: # defaults to postgresql_user state: # defaults to 'present' A list of databases to ensure exist on the server. Only the `name` is required; all other properties are optional. @@ -87,6 +88,7 @@ A list of databases to ensure exist on the server. Only the `name` is required; postgresql_users: - name: jdoe #required; the rest are optional password: # defaults to not set + encrypted: # defaults to not set priv: # defaults to not set role_attr_flags: # defaults to not set db: # defaults to not set