From f893b20186f3aacc13155ac09aa8552f4e716111 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 4 Mar 2026 11:52:47 +0000 Subject: [PATCH] Add a dummy user to the accounts data bag for the accounts cookbook --- test/data_bags/accounts/dummy.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/data_bags/accounts/dummy.json diff --git a/test/data_bags/accounts/dummy.json b/test/data_bags/accounts/dummy.json new file mode 100644 index 000000000..58e26b2e2 --- /dev/null +++ b/test/data_bags/accounts/dummy.json @@ -0,0 +1,5 @@ +{ + "id": "Dummy", + "uid": "1000", + "comment": "A Dummy" +} -- 2.39.5