From c55765066658f9e29cf17cb43eaae2734633c2ef Mon Sep 17 00:00:00 2001 From: Benjaminxreid Date: Thu, 12 Mar 2015 12:41:05 -0700 Subject: [PATCH] Update README.md to fix #57 Updates documentation from: 'mysql_username' to 'mysql_user' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3efaf3a..7d8b65f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ For detailed info about the logic and usage patterns of Example42 modules read R The simplest way to create database is the following. mysql::grant { 'db1': - mysql_username => 'myusername', + mysql_user => 'myusername', mysql_password => 'mypassword', }