auser / poolparty

Run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware
http://www.poolpartyrb.com
MIT License
371 stars 54 forks source link

chef blocks no longer seem to work in recent revisions (1.3.17, for example) #54

Closed contentfree closed 15 years ago

contentfree commented 15 years ago

In my clouds.rb, I have a block:

chef do include_recipes "....."

etc

end

But it doesn't work. Instead it returns "undefined method `chef' for #PoolParty::..." - I don't see anything in the docs that reflect the removal of chef support.