From ae0fc44e37b4917402b9a9a006e80fd5d4456232 Mon Sep 17 00:00:00 2001 From: Eugene Kirpichov Date: Fri, 17 Aug 2012 17:27:35 -0700 Subject: [PATCH] Parameterized hardcoded mysql pidfile --- deployment/puppet/mysql/templates/my.cnf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/puppet/mysql/templates/my.cnf.erb b/deployment/puppet/mysql/templates/my.cnf.erb index 774aad03b1..c1a5010bf5 100644 --- a/deployment/puppet/mysql/templates/my.cnf.erb +++ b/deployment/puppet/mysql/templates/my.cnf.erb @@ -6,7 +6,7 @@ socket = <%= socket %> nice = 0 [mysqld] user = mysql -pid-file = /var/run/mysqld/mysqld.pid +pid-file = <%= pidfile %> socket = <%= socket %> port = <%= port %> basedir = <%= basedir %>