Skip to content

Commit 500eddc

Browse files
committed
Note mysql::server::restart parameter in readme
1 parent b332f90 commit 500eddc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
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)