Skip to content

Commit

Permalink
Merge pull request #422 from nchudleigh/readme-user-encrypted-yes
Browse files Browse the repository at this point in the history
Update readme example with encrypted password and encrypted: yes
  • Loading branch information
gclough authored Mar 18, 2019
2 parents 42735e8 + d6e8ee3 commit 53a400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ postgresql_database_extensions:
postgresql_users:
- name: baz
pass: pass
encrypted: no # denotes if the password is already encrypted.
encrypted: yes # if password should be encrypted, postgresql >= 10 does only accepts encrypted passwords

# List of schemas to be created (optional)
postgresql_database_schemas:
Expand Down

0 comments on commit 53a400c

Please sign in to comment.