Skip to content

Commit 881d964

Browse files
committed
Merge pull request puppetlabs#555 from phaf/improve_readme_roles
change example of postgresql::server::role definition to version 3
2 parents 7b5a992 + 63fad69 commit 881d964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ The role name to create.
766766
####`password_hash`
767767
The hash to use during password creation. If the password is not already pre-encrypted in a format that PostgreSQL supports, use the `postgresql_password` function to provide an MD5 hash here, for example:
768768

769-
postgresql::role { "myusername":
769+
postgresql::server::role { "myusername":
770770
password_hash => postgresql_password('myusername', 'mypassword'),
771771
}
772772

0 commit comments

Comments
 (0)