37signals repo updated

All,

The 37signals chef repo was recently updated with some new and updated
recipes that work better with the Chef roles feature. Some example
roles are provided. You can find the repo at:

http://github.com/37signals/37s_cookbooks

Joshua Sierles

Yay! Thanks for sharing this, guys.

Adam

On Tue, Aug 18, 2009 at 4:14 PM, Joshua Sierlesjoshua@37signals.com wrote:

All,

The 37signals chef repo was recently updated with some new and updated
recipes that work better with the Chef roles feature. Some example roles are
provided. You can find the repo at:

http://github.com/37signals/37s_cookbooks

Joshua Sierles

--
Opscode, Inc.
Adam Jacob, CTO
T: (206) 508-7449 E: adam@opscode.com

On Tue, Aug 18, 2009 at 4:14 PM, Joshua Sierlesjoshua@37signals.com wrote:

All,

The 37signals chef repo was recently updated with some new and updated
recipes that work better with the Chef roles feature. Some example roles are
provided. You can find the repo at:

http://github.com/37signals/37s_cookbooks

Joshua Sierles

Woohoo, thanks!

--
Joe Van Dyk
http://fixieconsulting.com

On Tue, Aug 18, 2009 at 4:14 PM, Joshua Sierlesjoshua@37signals.com wrote:

All,

The 37signals chef repo was recently updated with some new and updated
recipes that work better with the Chef roles feature. Some example roles are
provided. You can find the repo at:

http://github.com/37signals/37s_cookbooks

Joshua Sierles

I'll probably have a lot of questions, but here's a first:

http://github.com/37signals/37s_cookbooks/blob/1521d89e044f4641496122bd01225c774ab823c4/cookbooks/cron/attributes/cron.rb

Could that be rewritten as: set_unless[:cron] = Mash.new

Joe

http://github.com/37signals/37s_cookbooks/blob/1521d89e044f4641496122bd01225c774ab823c4/cookbooks/cron/attributes/cron.rb

Could that be rewritten as: set_unless[:cron] = Mash.new

Yes. We haven't moved these recipes to the new syntax yet.

Joshua

On Tue, Aug 18, 2009 at 5:12 PM, Joe Van Dykjoe@fixieconsulting.com wrote:

http://github.com/37signals/37s_cookbooks/blob/1521d89e044f4641496122bd01225c774ab823c4/cookbooks/cron/attributes/cron.rb

Could that be rewritten as: set_unless[:cron] = Mash.new

The next release will allow:

default[:cron] = Mash.new

As a synonym for set_unless.

Adam

--
Opscode, Inc.
Adam Jacob, CTO
T: (206) 508-7449 E: adam@opscode.com