From f87e000678ce02f98e8268ef59bb0b8a388e15ff Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 5 Jan 2012 14:58:30 -0500 Subject: add the $nodata and $mysqldumpoptions options to the mysql handler template --- templates/mysql.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/mysql.conf.erb b/templates/mysql.conf.erb index 14905fd..95a001b 100644 --- a/templates/mysql.conf.erb +++ b/templates/mysql.conf.erb @@ -3,7 +3,7 @@ # the next time Puppet runs. Please make configuration changes to this # service in Puppet. -<% %w{user dbusername dbpassword dbhost databases backupdir vsname}.each do |v| +<% %w{user dbusername dbpassword dbhost databases nodata backupdir sqldumpoptions vsname}.each do |v| if send(v) -%><%= v + ' = ' + send(v) + "\n" %><% end -- cgit v1.2.3