sous-chefs / users

Development repository for the users cookbook
https://supermarket.chef.io/cookbooks/users
Apache License 2.0
138 stars 217 forks source link

Possible Bug #63

Closed bscott closed 8 years ago

bscott commented 10 years ago

I believe I found a bug but not sure.

I'm getting this error when using the Manage LWRP

[2014-10-12T01:52:44+00:00] ERROR: users_manage[test] (users::test line 13) had an error: Chef::Exceptions::ValidationFailed: Option action must be equal to one of: nothing, create, remove, modify, manage, lock, unlock!  You passed :delete.
[2014-10-12T01:52:44+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)

When indeed I'm passing the [ :remove, :create ] actions, not delete.

bixu commented 9 years ago

I was having the same problem due to data bags that used the old action. Updating the data bags and then re-uploading them fixed the issue for me.

iennae commented 8 years ago

Is this still an issue? As this was reported in late 2014, I'm going to close this issue. If it's still a problem, please reopen.

Thanks!