summaryrefslogtreecommitdiff
path: root/acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-02-11 16:13:19 -0800
committerJohn Keiser <john@johnkeiser.com>2016-02-11 16:18:17 -0800
commitb223494c5cb124a2db5b3bdd7e220175bcd267eb (patch)
treef1fe3cef734ef313715dddc1f688b60fc6dbdee1 /acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml
parent002ef48ab082fc8f0767fb37c5b94471a8fd0185 (diff)
downloadchef-b223494c5cb124a2db5b3bdd7e220175bcd267eb.tar.gz
Reenable learnchef acceptance testsjk/reenable-learnchef
Diffstat (limited to 'acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml')
-rw-r--r--acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml b/acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml
index 6b8848efae..6cbf1b50fa 100644
--- a/acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml
+++ b/acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml
@@ -1,4 +1,7 @@
suites:
- name: learn-the-basics-rhel-default
- run_list: ["recipe[learn-the-basics-rhel::default]"]
+ run_list:
+ - recipe[learn-the-basics-rhel::setup]
+ - recipe[learn-the-basics-rhel::lesson1]
+ - recipe[learn-the-basics-rhel::lesson2]
includes: [el-6]