diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-04 13:30:26 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-04 17:15:47 -0800 |
commit | 8fdfc62cc7a47c2d33db50d0a74d61fb431e1574 (patch) | |
tree | 995dc5065817f9babdef473518442bb7b0c593bf /kitchen-tests | |
parent | 2398e9cab41feaec9556ee9d160642f5d90acf05 (diff) | |
download | chef-8fdfc62cc7a47c2d33db50d0a74d61fb431e1574.tar.gz |
Fix homebrew_cask for the new syntax
Also add a CI test for installing a small cask
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/macos.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb index 876fac6bde..cb123d1225 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb @@ -83,6 +83,8 @@ homebrew_package "vim" do action :purge end +homebrew_cask "do-not-disturb" + include_recipe "::_dmg_package" include_recipe "::_macos_userdefaults" include_recipe "::_ohai_hint" |