Skip to content

Commit 882cc57

Browse files
committed
fix clustercheck script
1 parent 2a7d0f2 commit 882cc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/files.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
default:
7171
require => Package['mysql-server'];
7272
'/etc/default/clustercheck':
73-
source => "puppet:///modules/${module_name}/etc_default_clustercheck";
73+
content => epp("${module_name}/etc_default_clustercheck.epp", { mysql_port => $mysql_port });
7474
'/usr/bin/clustercheck':
7575
mode => '0755',
7676
source => "puppet:///modules/${module_name}/usr_bin_clustercheck";
@@ -97,7 +97,7 @@
9797
}
9898
);
9999
'/etc/mysql/mariadb.cnf':
100-
notify => Service['mariadb'],
100+
notify => Service['mariadb'],
101101
content => epp("${module_name}/mariadb.cnf.epp", { mysql_port => $mysql_port });
102102
'/usr/local/bin/mysqltuner.pl':
103103
mode => '0755',

0 commit comments

Comments
 (0)