chef / cheffish

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

chef_acl resource #16

Closed jkeiser closed 10 years ago

johnewart commented 10 years ago

Overall looks super sweet!

jkeiser commented 10 years ago

@johnewart all comments addressed!

One note: I discovered that chef-zero has a hard dependency on 11.8+ so I set the gemspec's version there, and got the tests passing on 11.8-11.14. However, I left the Gemfile depending on master, because the acl tests depend on chef-zero 3.1 and chef master is the only chef that depends on that. When 12 is shipped (or perhaps we'll update chef-zero to 3.1 in 11.x) I'll remove the Gemfile github pin.