summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-02-18 16:19:58 -0800
committerMatt Wrock <matt@mattwrock.com>2016-02-18 16:19:58 -0800
commit1b0974aed674b0d339a7dcd1f6fad851a0669f0f (patch)
tree73f85d89f740565ddc8c3beb79ecc3ee33e86954
parentcab6243b977c501366721965c6ccd039f33646cf (diff)
parent0ea2a0d0c721aac709e224eed069b34d0d57fdf9 (diff)
downloadchef-1b0974aed674b0d339a7dcd1f6fad851a0669f0f.tar.gz
Merge pull request #4598 from chef/tball/apt_update
Need to run apt update on EC2 ubuntu images for acceptance tests
-rw-r--r--acceptance/top-cookbooks/.kitchen.git.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/acceptance/top-cookbooks/.kitchen.git.yml b/acceptance/top-cookbooks/.kitchen.git.yml
index 8db1829d5f..302657dffc 100644
--- a/acceptance/top-cookbooks/.kitchen.git.yml
+++ b/acceptance/top-cookbooks/.kitchen.git.yml
@@ -1,6 +1,7 @@
suites:
- name: git-default
- run_list: ["recipe[git]"]
+ # Ubuntu images need to run apt update
+ run_list: ["recipe[apt]","recipe[git]"]
includes: [ubuntu-14.04]
- name: git-source
run_list: ["recipe[git::source]"]