-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method `full' for Chef::Resource::HomebrewTap #155
Comments
|
I modified /opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.9.18/lib/chef/resource/homebrew_tap.rb in the node. https://github.com/chef/chef/blob/main/CHANGELOG.md#v17918-2021-12-23 |
looks chef side already merged fix. chef/chef#12418 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
π£οΈ Foreword
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
π» Brief Description
A clear and concise description of what the bug is.
When using the homebrew_tap resource we get the following error
I've also tried executing the install_taps recipe and get the following similar errors
π₯ Cookbook version
Version of the cookbook where you are encountering the issue.
5.3.0
π©βπ³ Chef-Infra Version
Tested on
21.12.720 and 21.9.613
π© Platform details
macOS 10.15.7 Catalina
Steps To Reproduce
Steps to reproduce the behavior:
kitchen converge a recipe using homebrew_tap such as
π Expected behavior
Expected tap to work
β Additional context
--full
does not seem to be an option in homebrew's documentation anymore: https://docs.brew.sh/TapsWhen trying to execute it we get the following:
brew tap --full chef/chef
Error: Calling the
--full
switch is disabled! There is no replacement.Associated Homebrew PRs where this was removed:
Homebrew/brew#11337
Homebrew/brew#11328
The text was updated successfully, but these errors were encountered: