Make sure the example is somewhat secure

This commit is contained in:
Daniël van Eeden 2015-01-10 17:22:48 +01:00
parent 23c192df9f
commit d45b6a8097

View file

@ -52,8 +52,9 @@ password or `/etc/my.cnf` settings, then you must also pass in an override hash:
```puppet
class { '::mysql::server':
root_password => 'strongpassword',
override_options => $override_options
root_password => 'strongpassword',
remove_default_accounts => true,
override_options => $override_options
}
```
(see 'Overrides' below for examples of the hash structure for `$override_options`)