diff --git a/README.md b/README.md index 9115effd7..41ab07316 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ password or `/etc/my.cnf` settings, then you must also pass in an override hash: ```puppet class { '::mysql::server': root_password => 'strongpassword', + remove_default_accounts => true, override_options => $override_options } ```