From 2f34646bfd5ce8f678d75be67a0b8a342eaa1aec Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 14 Aug 2016 08:41:03 +0100 Subject: [PATCH 1/1] Add basic test for apt::default recipe --- .kitchen.yml | 3 +++ 1 file changed, 3 insertions(+) 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] -- 2.43.2