Skip to content

Commit d1c63dd

Browse files
committed
Notify the mysql service when configuration file is modified
Signed-off-by: Christophe Vanlancker <christophe.vanlancker@inuits.eu>
1 parent 95611ae commit d1c63dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/server/config.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
content => template('mysql/my.cnf.erb'),
4242
mode => '0644',
4343
selinux_ignore_defaults => true,
44+
notify => Service[$mysql::server::service_name],
4445
}
4546
}
4647

0 commit comments

Comments
 (0)