Add include on ::mysql::server

Mysql server is referenced however not included in this file which
causes problems if you have not already included it.

Change-Id: I833c357cb536b5e1f423dceb89d61530b32a4ee6
Closes-Bug: #1472837
This commit is contained in:
Jamie Lennox 2015-07-09 12:03:58 +10:00
parent 5c0539e9e2
commit 23814124a8

@ -47,6 +47,7 @@ define openstacklib::db::mysql (
$privileges = 'ALL',
) {
include ::mysql::server
include ::mysql::client
mysql_database { $dbname: