From 3cb8c971c000cc007f69ffbf18b5fe6e82f93f91 Mon Sep 17 00:00:00 2001 From: Michal Wachowski Date: Sun, 18 Jan 2015 22:45:42 +0100 Subject: [PATCH] changed $mysql_db usage to $dbname --- manifests/grant.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/grant.pp b/manifests/grant.pp index 9e41458..b211801 100644 --- a/manifests/grant.pp +++ b/manifests/grant.pp @@ -143,7 +143,7 @@ mysql_file => $mysql_db_init_query_file, mysql_user => $remote_user, mysql_password => $remote_password, - mysql_db => $mysql_db, + mysql_db => $dbname, mysql_host => $manage_remote_host, subscribe => Exec["mysqlgrant-${mysql_user}-${nice_mysql_host}-${dbname}"], }