summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-10-18 22:32:46 -0700
committerTim Smith <tsmith@chef.io>2017-10-20 12:51:56 -0700
commitc6270140a0adbdfa0ac96e69f869f799c2a82116 (patch)
tree6dbcb05318cc217ff54b5e8c5b2f1584887ed327
parent30ddc6f5aa1f64833e15150dc3d67523f816a520 (diff)
downloadchef-c6270140a0adbdfa0ac96e69f869f799c2a82116.tar.gz
Update the data bag format
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/data_bags/passwords/mysql.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/kitchen-tests/data_bags/passwords/mysql.json b/kitchen-tests/data_bags/passwords/mysql.json
index af02a6a858..c5662007c6 100644
--- a/kitchen-tests/data_bags/passwords/mysql.json
+++ b/kitchen-tests/data_bags/passwords/mysql.json
@@ -1,5 +1,4 @@
{
"id": "mysql",
- "server_root_password": "ilikerandompasswordstoo",
- "server_repl_password": "itoolikerandompasswords"
+ "root_password": "ilikerandompasswordstoo"
}