s/options_override/override_options/g to prevent confusion

This commit is contained in:
Pete Johns 2013-12-27 19:43:35 +11:00
parent edfaeccfa8
commit 52396510e8

View file

@ -54,7 +54,7 @@ Please remain on 1.0.0 if you don't have time to fully test this in dev.
* mysql::server, mysql::client, and mysql::bindings are the primary interface
classes.
* mysql::server takes an `options_override` parameter to set my.cnf options,
* mysql::server takes an `override_options` parameter to set my.cnf options,
with the hash format: { 'section' => { 'thing' => 'value' }}
* mysql attempts backwards compatibility by forwarding all parameters to
mysql::server.
@ -113,7 +113,7 @@ Please remain on 1.0.0 if you don't have time to fully test this in dev.
* mysql::server, mysql::client, and mysql::bindings are the primary interface
classes.
* mysql::server takes an `options_override` parameter to set my.cnf options,
* mysql::server takes an `override_options` parameter to set my.cnf options,
with the hash format: { 'section' => { 'thing' => 'value' }}
* mysql attempts backwards compatibility by forwarding all parameters to
mysql::server.