Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 3cb8c97

Browse files
committed
changed $mysql_db usage to $dbname
1 parent 57e93a4 commit 3cb8c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/grant.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
mysql_file => $mysql_db_init_query_file,
144144
mysql_user => $remote_user,
145145
mysql_password => $remote_password,
146-
mysql_db => $mysql_db,
146+
mysql_db => $dbname,
147147
mysql_host => $manage_remote_host,
148148
subscribe => Exec["mysqlgrant-${mysql_user}-${nice_mysql_host}-${dbname}"],
149149
}

0 commit comments

Comments
 (0)