Skip to content

Commit 3ee8e3a

Browse files
author
carabasdaniel
authored
Merge pull request #1239 from qha/repair-readme
Note mysql::server::restart parameter in readme
2 parents f2155e0 + 500eddc commit 3ee8e3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,14 @@ To customize options, such as the root password or `/etc/my.cnf` settings, you m
3838
class { '::mysql::server':
3939
root_password => 'strongpassword',
4040
remove_default_accounts => true,
41+
restart => true,
4142
override_options => $override_options
4243
}
4344
```
4445

46+
Nota bene: Configuration changes will only be applied to the running
47+
MySQL server if you pass true as restart to mysql::server.
48+
4549
See [**Customize Server Options**](#customize-server-options) below for examples of the hash structure for $override_options.
4650

4751
## Usage

0 commit comments

Comments
 (0)