summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2017-12-14 16:39:15 -0800
committerScott Hain <shain@chef.io>2017-12-14 16:43:17 -0800
commit9472ec5c59dd06439067a5d9ddaea11232a737b8 (patch)
treed1d33073d1f4d5aba32ffbc6e900e0f49c2b2c18
parent8dbd2f8f8c025b643cbf026b2ca7c9bc78b5cfc1 (diff)
downloadchef-shain/remove_apt_recipe_from_acceptance.tar.gz
Explicitly add apt_update if we're on ubuntu-ishshain/remove_apt_recipe_from_acceptance
Signed-off-by: Scott Hain <shain@chef.io>
-rw-r--r--acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/provision.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/provision.rb b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/provision.rb
index 7b16f8e66f..d8140167ec 100644
--- a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/provision.rb
+++ b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/provision.rb
@@ -1 +1,3 @@
+apt_update if platform_family?('debian')
+
top_cookbooks "converge"