]> git.openstreetmap.org Git - chef.git/commitdiff
Add basic test for apt::default recipe
authorTom Hughes <tom@compton.nu>
Sun, 14 Aug 2016 07:41:03 +0000 (08:41 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 14 Aug 2016 07:41:03 +0000 (08:41 +0100)
.kitchen.yml

index 299d0f7d2a8ac4bf20cab17bcd89c2b83d2001c7..c5880fc4b62a32bd5da65bff1a1b3f13399d542c 100644 (file)
@@ -9,6 +9,9 @@ platforms:
   - name: ubuntu-16.04
 
 suites:
+  - name: apt
+    run_list:
+      - recipe[apt::default]
   - name: munin
     run_list:
       - recipe[munin::default]