From: Tom Hughes Date: Tue, 11 Feb 2020 22:23:27 +0000 (+0000) Subject: Make sure the bind.clients attribute is set when testing X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/19d3d7a362c1a8f66a7545d383fa1a98d9e8caca?ds=sidebyside Make sure the bind.clients attribute is set when testing --- 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]