You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The not_if guards in providers/package.rb are incorrect. The clause is being evaluated as a string, not being executed. This results in the not_if guard always returning false, which causes the package in question to be reinstalled every time Chef is run. I believe the lines should look something like:
The not_if guards in
providers/package.rb
are incorrect. The clause is being evaluated as a string, not being executed. This results in the not_if guard always returning false, which causes the package in question to be reinstalled every time Chef is run. I believe the lines should look something like:The text was updated successfully, but these errors were encountered: