From: Antoine Beaupre Date: Sun, 7 Dec 2008 00:48:05 +0000 (-0500) Subject: fix typo in mysql commit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=42150a822c5e0718644a83a39d3c368e9631bd65;p=puppet-backupninja.git fix typo in mysql commit --- diff --git a/manifests/mysql.pp b/manifests/mysql.pp index 08af103..6241519 100644 --- a/manifests/mysql.pp +++ b/manifests/mysql.pp @@ -21,7 +21,7 @@ define backupninja::mysql( $vsname = false) { - $real_config_file = $configfile ? { + $real_configfile = $configfile ? { true => "/etc/mysql/debian.cnf", default => $configfile, }