Make sure the example is somewhat secure
This commit is contained in:
parent
23c192df9f
commit
d45b6a8097
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue