[chef] Re: Problems using the MySQL recipe


Chronological Thread 
  • From: Steven Danna < >
  • To:
  • Subject: [chef] Re: Problems using the MySQL recipe
  • Date: Tue, 24 Jan 2012 15:01:28 -0800

On Tue, Jan 24, 2012 at 1:04 PM, Steven Danna 
< >
 wrote:

>
>    include Opscode::Mysql::Helpers

This will cause an error too since you can call include right from the
recipe.  But the short version of the story is that you need to
include the Helpers in the Recipe class.

::Chef::Recipe.send(:include, Opscode::Mysql::Helpers)



Archive powered by MHonArc 2.6.16.

§