diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-15 16:30:15 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-18 10:10:55 -0700 |
commit | 0fef46bf2d5127d658c7705c9a9c8759f7b538af (patch) | |
tree | 7013d65d4af44cd7c2527c34bfc7b0e0d89f1dce | |
parent | c1991c4672b1528b1aebde0860728fba26bf9a98 (diff) | |
download | chef-0fef46bf2d5127d658c7705c9a9c8759f7b538af.tar.gz |
Remove reference to multipackage cookbook
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | kitchen-tests/cookbooks/base/recipes/packages.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/packages.rb b/kitchen-tests/cookbooks/base/recipes/packages.rb index bb5fa7bb71..ace888ec18 100644 --- a/kitchen-tests/cookbooks/base/recipes/packages.rb +++ b/kitchen-tests/cookbooks/base/recipes/packages.rb @@ -9,8 +9,7 @@ # have to get too clever here, you can delete packages if they don't exist everywhere we test. pkgs = %w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget telnet subversion git traceroute htop tmux } -# this deliberately calls the multipackage API N times in order to do one package installation in order to exercise the -# multipackage cookbook. +# this deliberately calls the multipackage API N times in order to do one package installation in order to exercise multipackage api pkgs.each do |pkg| multipackage pkgs end |