From: Tom Hughes Date: Thu, 27 Oct 2016 18:05:10 +0000 (+0100) Subject: Add tests for accounts cookbook X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ecc9f4cf0c6166416e81d41169a9ddfb3e513ad7 Add tests for accounts cookbook --- 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]