Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit c557650

Browse files
committed
Update README.md to fix #57
Updates documentation from: 'mysql_username' to 'mysql_user'
1 parent 50770cb commit c557650

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
@@ -35,7 +35,7 @@ For detailed info about the logic and usage patterns of Example42 modules read R
3535
The simplest way to create database is the following.
3636

3737
mysql::grant { 'db1':
38-
mysql_username => 'myusername',
38+
mysql_user => 'myusername',
3939
mysql_password => 'mypassword',
4040
}
4141

0 commit comments

Comments
 (0)