Skip to content

Commit 9a613bb

Browse files
author
Morgan Haskel
committed
Merge pull request #638 from dveeden/doc-secure
Make sure the example is somewhat secure
2 parents bcb6150 + d45b6a8 commit 9a613bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ password or `/etc/my.cnf` settings, then you must also pass in an override hash:
5252

5353
```puppet
5454
class { '::mysql::server':
55-
root_password => 'strongpassword',
56-
override_options => $override_options
55+
root_password => 'strongpassword',
56+
remove_default_accounts => true,
57+
override_options => $override_options
5758
}
5859
```
5960
(see 'Overrides' below for examples of the hash structure for `$override_options`)

0 commit comments

Comments
 (0)