From 19d3d7a362c1a8f66a7545d383fa1a98d9e8caca Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 11 Feb 2020 22:23:27 +0000 Subject: [PATCH] Make sure the bind.clients attribute is set when testing --- .kitchen.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 4a7ad8162..b78073bd5 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -27,6 +27,9 @@ suites: - name: bind run_list: - recipe[bind::default] + attributes: + bind: + clients: none - name: blogs run_list: - recipe[accounts::default] -- 2.43.2