From 9c192dd67812a097fa0f31496eab212f5f680177 Mon Sep 17 00:00:00 2001 From: Gary Larizza Date: Thu, 17 Oct 2013 09:38:27 -0700 Subject: [PATCH] Update mysql::server test With the update to the new version of mysql, the test for the mysql::server class is incorrect. This quick commit updates the test according to the new syntax. --- tests/server.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server.pp b/tests/server.pp index 47e2fa3..8afdd00 100644 --- a/tests/server.pp +++ b/tests/server.pp @@ -1,3 +1,3 @@ class { 'mysql::server': - config_hash => { 'root_password' => 'password', }, + root_password => 'password', }