From ecc9f4cf0c6166416e81d41169a9ddfb3e513ad7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 27 Oct 2016 19:05:10 +0100 Subject: [PATCH 1/1] Add tests for accounts cookbook --- .kitchen.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index 389ab5792..e1328af02 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -13,6 +13,9 @@ platforms: - name: ubuntu-16.04 suites: + - name: accounts + run_list: + - recipe[accounts::default] - name: apache run_list: - recipe[apache::default] -- 2.43.2