]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
fix typo in mysql commit
authorAntoine Beaupre <anarcat@koumbit.org>
Sun, 7 Dec 2008 00:48:05 +0000 (19:48 -0500)
committerAntoine Beaupre <anarcat@koumbit.org>
Sun, 7 Dec 2008 00:48:05 +0000 (19:48 -0500)
manifests/mysql.pp

index 08af103715efd5400c22e58f526c10f5d463e2d5..6241519fd473a98e95ddaf94bf0ff273f38354ce 100644 (file)
@@ -21,7 +21,7 @@ define backupninja::mysql(
   $vsname = false)
 {
   
-  $real_config_file = $configfile ? {
+  $real_configfile = $configfile ? {
     true => "/etc/mysql/debian.cnf",
     default => $configfile,
   }