bloomberg / redis-cookbook

A set of Chef recipes for installing and configuring Redis.
Apache License 2.0
19 stars 19 forks source link

Adds the create/delete actions to resource. #1

Closed johnbellone closed 9 years ago

johnbellone commented 9 years ago

This allows for the resource to simply create all the directories (and configuration) but not actually start the service. In other cookbooks we have been separating out these actions. It also cleans up the Chef::Resource and Chef::Provider namespace which is a big push for Chef 13.

/cc @acaiafa

acaiafa commented 9 years ago

+1 nice indents