Commit 0beee19

mo khan <mo@mokhan.ca>
2015-05-01 05:16:37
fix runlist name in kitchen.yml
1 parent 7519082
Changed files (1)
.kitchen.yml
@@ -1,13 +1,12 @@
----
 driver: vagrant
 
 provisioner:
   name: chef_solo
 
 platforms:
-  - name: ubuntu-12.04
+  - name: ubuntu-14.04
 
 suites:
 - name: default
-  run_list: ["recipe[myface]"]
+  run_list: ["recipe[mokhan-myface]"]
   attributes: {}