diff --git a/manifests/db/mysql.pp b/manifests/db/mysql.pp index 6e0829521..d099cfe8d 100644 --- a/manifests/db/mysql.pp +++ b/manifests/db/mysql.pp @@ -38,15 +38,14 @@ # class nova::db::mysql ( String[1] $password, - $dbname = 'nova', - $user = 'nova', - $host = '127.0.0.1', - $charset = 'utf8', - $collate = 'utf8_general_ci', - $allowed_hosts = undef, - Boolean $setup_cell0 = true, + $dbname = 'nova', + $user = 'nova', + $host = '127.0.0.1', + $charset = 'utf8', + $collate = 'utf8_general_ci', + $allowed_hosts = undef, + Boolean $setup_cell0 = true, ) { - include nova::deps openstacklib::db::mysql { 'nova':