summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-09-15 22:09:19 -0700
committerTim Smith <tsmith@chef.io>2017-09-18 10:10:55 -0700
commite9941330478e0914901181b330e2b2ae6c25a5d1 (patch)
tree32759eb29a4feed9fc495f6364d7410774020ab6
parentcc54eaf717f62f9a5bc0b8c7afd2ff354a966e85 (diff)
downloadchef-e9941330478e0914901181b330e2b2ae6c25a5d1.tar.gz
Use the unnamed resource. Worth testing
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/base/recipes/default.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/default.rb b/kitchen-tests/cookbooks/base/recipes/default.rb
index 896fd422b4..1efc828b52 100644
--- a/kitchen-tests/cookbooks/base/recipes/default.rb
+++ b/kitchen-tests/cookbooks/base/recipes/default.rb
@@ -9,7 +9,7 @@ hostname "chef-travis-ci.chef.io"
if platform_family?("debian")
include_recipe "ubuntu"
- apt_update "packages"
+ apt_update
end
if platform_family?("rhel", "fedora", "amazon")