From 8200961537f14c3d035e8a6a656f07390e8cabed Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sat, 13 Oct 2012 02:59:00 -0700 Subject: [PATCH] set root_password --- manifests/db/mysql.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/db/mysql.pp b/manifests/db/mysql.pp index 63760f8..5bb8e21 100644 --- a/manifests/db/mysql.pp +++ b/manifests/db/mysql.pp @@ -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,