database/sql.pp: fix syntax error introduced in #9
This commit is contained in:
parent
2f142bb73a
commit
42a2f8a4a3
@ -208,8 +208,8 @@ basedir = /usr
|
|||||||
# TODO/WARNING(Gonéri): template changes do not trigger configuration changes
|
# TODO/WARNING(Gonéri): template changes do not trigger configuration changes
|
||||||
mysql::server::config{'basic_config':
|
mysql::server::config{'basic_config':
|
||||||
notify_service => true,
|
notify_service => true,
|
||||||
settings => template('cloud/database/mysql.conf.erb')
|
settings => template('cloud/database/mysql.conf.erb'),
|
||||||
require => Exec['clean-mysql-binlog'],
|
require => Exec['clean-mysql-binlog'];
|
||||||
}
|
}
|
||||||
|
|
||||||
@@haproxy::balancermember{$::fqdn:
|
@@haproxy::balancermember{$::fqdn:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user