Skip to content

Commit f3e8eb6

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ password or `/etc/my.cnf` settings, then you must also pass in an override hash:
5353
```puppet
5454
class { '::mysql::server':
5555
root_password => 'strongpassword',
56+
remove_default_accounts => true,
5657
override_options => $override_options
5758
}
5859
```

0 commit comments

Comments
 (0)