summaryrefslogtreecommitdiff
path: root/manifests/mysql.pp
diff options
context:
space:
mode:
authorAntoine Beaupre <anarcat@koumbit.org>2008-12-06 19:48:05 -0500
committerAntoine Beaupre <anarcat@koumbit.org>2008-12-06 19:48:05 -0500
commit42150a822c5e0718644a83a39d3c368e9631bd65 (patch)
treeaa3e6dfae90dc6b4dbab2780f6e1001f6eb0e558 /manifests/mysql.pp
parentddab7a22876a664c17a4a98ad536b97c36496bd6 (diff)
fix typo in mysql commit
Diffstat (limited to 'manifests/mysql.pp')
-rw-r--r--manifests/mysql.pp2
1 files changed, 1 insertions, 1 deletions
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,
}