Skip to content

Commit d45b6a8

Browse files
committed
Make sure the example is somewhat secure
1 parent 23c192d commit d45b6a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
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)