diff options
| author | Antoine Beaupre <anarcat@koumbit.org> | 2008-12-06 19:48:05 -0500 | 
|---|---|---|
| committer | Antoine Beaupre <anarcat@koumbit.org> | 2008-12-06 19:48:05 -0500 | 
| commit | 42150a822c5e0718644a83a39d3c368e9631bd65 (patch) | |
| tree | aa3e6dfae90dc6b4dbab2780f6e1001f6eb0e558 /manifests | |
| parent | ddab7a22876a664c17a4a98ad536b97c36496bd6 (diff) | |
| download | puppet-backupninja-42150a822c5e0718644a83a39d3c368e9631bd65.tar.gz puppet-backupninja-42150a822c5e0718644a83a39d3c368e9631bd65.tar.bz2  | |
fix typo in mysql commit
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/mysql.pp | 2 | 
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,    }  | 
