Adding require mysql to the dashboard class.
Change-Id: I97a6dd1af506de3fe5cf1482cedaa8ed6711b4b8 Reviewed-on: https://review.openstack.org/25278 Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
232747fe3b
commit
7a3a1e6bf1
@ -3,6 +3,7 @@ class openstack_project::dashboard(
|
||||
$mysql_password = '',
|
||||
$sysadmins = []
|
||||
) {
|
||||
require mysql
|
||||
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => [80, 443, 3000],
|
||||
|
Loading…
Reference in New Issue
Block a user