diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-09-19 14:18:08 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-11-30 12:48:29 -0800 |
commit | 19fb12dea38cf820e859e86b5dd55343249d97e7 (patch) | |
tree | c2092febc9b8faa281ea0fbe45217b5f11ebb583 | |
parent | b3fbe6e7f3bf84abd7282433dd6bbb6b406805f1 (diff) | |
download | chef-macos11.tar.gz |
Swap for a pkg that will install on macOS 11macos11
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb index 27dad15c80..4aecff5a72 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb @@ -11,10 +11,10 @@ dmg_package "LittleSecrets" do action :install end -dmg_package "virtualbox" do - app "virtualbox" - source "http://download.virtualbox.org/virtualbox/6.1.8/VirtualBox-6.1.8-137981-OSX.dmg" - checksum "569e91eb3c7cb002d407b236a7aa71ac610cf2ad1afa03730dab11fbd4b89e7c" +dmg_package "InSpec" do + app "InSpec" + source "https://packages.chef.io/files/stable/inspec/4.41.20/mac_os_x/11/inspec-4.41.20-1.x86_64.dmg" + checksum "e18cecc1b5827b172a0be3f12da71746b9b731c60248577163e63498b7afb050" type "pkg" accept_eula true allow_untrusted true |