diff --git a/README.rdoc b/README.rdoc index 710725b..6b760b7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -28,6 +28,15 @@ For detailed info about the logic and usage patterns of Example42 modules read R root_password => 'auto', } +* Create a new grant and database + + mysql::grant { "db1": + mysql_privileges => "ALL", + mysql_password => "pwd", + mysql_db => "db1", + mysql_user => "db1", + mysql_host => "host" + } == USAGE - Basic management