From 63fad69e05e6625b52c0469ae9856c9c405dccd0 Mon Sep 17 00:00:00 2001 From: Patric Hafner Date: Thu, 29 Jan 2015 14:58:32 +0100 Subject: [PATCH] change example of postgresql::server::role definition to version 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57acf2a..2b0873f 100644 --- a/README.md +++ b/README.md @@ -766,7 +766,7 @@ The role name to create. ####`password_hash` 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: - postgresql::role { "myusername": + postgresql::server::role { "myusername": password_hash => postgresql_password('myusername', 'mypassword'), }