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 never adopted the native Chef user_privilege and continued to use this cookbook because I had a very simple implementation that worked with this cookbook's user_privilege resource but did not work with the Chef resource:
This very simple and straightforward implementation set these two privileges just fine with the user_privilege resource from this cookbook previously, until a recent change. Now this resource behaves the same as the Chef native one and produces an error like this:
What is the correct syntax to accomplish what I am doing here? I tried previously to get it right on the Chef native version and simply could not get it to work. This feels like a decent sized change to only bump the patch version!
The text was updated successfully, but these errors were encountered:
I never adopted the native Chef
user_privilege
and continued to use this cookbook because I had a very simple implementation that worked with this cookbook'suser_privilege
resource but did not work with the Chef resource:This very simple and straightforward implementation set these two privileges just fine with the
user_privilege
resource from this cookbook previously, until a recent change. Now this resource behaves the same as the Chef native one and produces an error like this:What is the correct syntax to accomplish what I am doing here? I tried previously to get it right on the Chef native version and simply could not get it to work. This feels like a decent sized change to only bump the patch version!
The text was updated successfully, but these errors were encountered: