summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-02-18 12:23:23 -0700
committertyler-ball <tyleraball@gmail.com>2016-02-18 12:57:18 -0700
commit0ea2a0d0c721aac709e224eed069b34d0d57fdf9 (patch)
tree73f85d89f740565ddc8c3beb79ecc3ee33e86954
parentcab6243b977c501366721965c6ccd039f33646cf (diff)
downloadchef-tball/apt_update.tar.gz
Need to run apt update on EC2 ubuntu images for acceptance teststball/apt_update
-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]"]