Skip to content

Commit

Permalink
Make sure the example is somewhat secure
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jan 17, 2015
1 parent 23c192d commit d45b6a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit d45b6a8

Please sign in to comment.