Skip to content

Commit

Permalink
Merge pull request #638 from dveeden/doc-secure
Browse files Browse the repository at this point in the history
Make sure the example is somewhat secure
  • Loading branch information
Morgan Haskel committed Jan 22, 2015
2 parents bcb6150 + d45b6a8 commit 9a613bb
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 9a613bb

Please sign in to comment.