set root_password
This commit is contained in:
@@ -64,7 +64,7 @@ class openstack::db::mysql (
|
|||||||
# Install and configure MySQL Server
|
# Install and configure MySQL Server
|
||||||
class { 'mysql::server':
|
class { 'mysql::server':
|
||||||
config_hash => {
|
config_hash => {
|
||||||
#'root_password' => $mysql_root_password,
|
'root_password' => $mysql_root_password,
|
||||||
'bind_address' => $mysql_bind_address,
|
'bind_address' => $mysql_bind_address,
|
||||||
},
|
},
|
||||||
enabled => $enabled,
|
enabled => $enabled,
|
||||||
|
Reference in New Issue
Block a user