aboutsummaryrefslogtreecommitdiff
path: root/templates/mysql.conf.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-07 16:17:04 -0500
committerMicah Anderson <micah@riseup.net>2009-12-07 16:17:04 -0500
commitbd68fde7adaf7dbe82dd7842dbfd9734d3e5c688 (patch)
treea6539457bfb248d86e060a591e6750a2590c2a80 /templates/mysql.conf.erb
parentad99d7611f716eada0620417f7d62c095ef38fd1 (diff)
parentb380f1de1fe62d34f0788fedfb53c1354b0a31a3 (diff)
downloadpuppet-backupninja-bd68fde7adaf7dbe82dd7842dbfd9734d3e5c688.tar.gz
puppet-backupninja-bd68fde7adaf7dbe82dd7842dbfd9734d3e5c688.tar.bz2
Merge remote branch 'anarcat/master'
Diffstat (limited to 'templates/mysql.conf.erb')
-rw-r--r--templates/mysql.conf.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/mysql.conf.erb b/templates/mysql.conf.erb
index 9d22ab0..14905fd 100644
--- a/templates/mysql.conf.erb
+++ b/templates/mysql.conf.erb
@@ -12,3 +12,7 @@ end -%>
hotcopy = <%= hotcopy ? 'yes' : 'no' %>
sqldump = <%= sqldump ? 'yes' : 'no' %>
compress = <%= compress ? 'yes' : 'no' %>
+
+<% if real_configfile %>
+configfile = <%= real_configfile %>
+<% end %>