set root_password

This commit is contained in:
Dan Bode
2012-10-13 02:59:00 -07:00
parent c612934570
commit 8200961537

View File

@@ -64,7 +64,7 @@ class openstack::db::mysql (
# Install and configure MySQL Server
class { 'mysql::server':
config_hash => {
#'root_password' => $mysql_root_password,
'root_password' => $mysql_root_password,
'bind_address' => $mysql_bind_address,
},
enabled => $enabled,