From: Tom Hughes Date: Sun, 14 Aug 2016 07:41:03 +0000 (+0100) Subject: Add basic test for apt::default recipe X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2f34646bfd5ce8f678d75be67a0b8a342eaa1aec Add basic test for apt::default recipe --- diff --git a/.kitchen.yml b/.kitchen.yml index 299d0f7d2..c5880fc4b 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -9,6 +9,9 @@ platforms: - name: ubuntu-16.04 suites: + - name: apt + run_list: + - recipe[apt::default] - name: munin run_list: - recipe[munin::default]