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
I am getting an warning when using DeployKeyGithub as it is show in the documentation.
"WARN: Using an LWRP provider by its name (DeployKeyGithub) directly is no longer supported in Chef 12 and will be removed. Use Chef::ProviderResolver.new(node, resource, action) instead."
I am not certain if this is an issue in the examples in the documentation or in the cookbook code.
The text was updated successfully, but these errors were encountered:
I am getting an warning when using DeployKeyGithub as it is show in the documentation.
"WARN: Using an LWRP provider by its name (DeployKeyGithub) directly is no longer supported in Chef 12 and will be removed. Use Chef::ProviderResolver.new(node, resource, action) instead."
I am not certain if this is an issue in the examples in the documentation or in the cookbook code.
The text was updated successfully, but these errors were encountered: