docs/recipes/mysql.txt in capitate-0.2.1 vs docs/recipes/mysql.txt in capitate-0.2.2

- old
+ new

@@ -40,14 +40,14 @@ *db_user*: Database user (application). *db_pass*: Database password (application). -*grant_locations*: Grant locations. _Defaults to localhost_ +*mysql_grant_locations*: Grant locations. _Defaults to localhost_ @set :grant_locations, [ "localhost", "192.168.1.111" ]@ -*grant_priv_type*: Grant privilege types. _Defaults to ALL_ +*mysql_grant_priv_type*: Grant privilege types. _Defaults to ALL_ @set :grant_priv_type, "ALL"@ *mysql_admin_password*: Mysql admin password (to use to connect). Defaults to password prompt.