chef / cheffish

Resources and tools for testing and interacting with Chef and Chef Server.
Apache License 2.0
39 stars 28 forks source link

chef_group isn't fully idempotent #85

Open poliva83 opened 9 years ago

poliva83 commented 9 years ago

Similar problem to https://github.com/chef/cheffish/issues/83 but this time with chef_group lwrp.

On subsequent runs it keeps reporting its removing orgname for this group.

* chef_group[noc] action create
    - update group noc at https://127.0.0.1/organizations/blackberry
    -   remove orgname
poliva83 commented 9 years ago

Seems same problem I reported in #92 can affect users to get updated in a group when they don't need to be.

 * chef_group[dev] action create
 - update group dev at https://127.0.0.1/organizations/blackberry
 -   update users from ["eyurchenko", "dev-blackberry"] to ["dev-blackberry", "eyurchenko"]
 -   remove orgname