[chef] Re: Re: no method error for resource


Chronological Thread 
  • From: Alexandre Russel < >
  • To:
  • Subject: [chef] Re: Re: no method error for resource
  • Date: Tue, 29 Oct 2013 09:19:08 +0100




On Mon, Oct 28, 2013 at 2:35 PM, Lucas Hrabovsky < " target="_blank"> > wrote:
Have a look at the `application_java` cookbook https://github.com/opscode-cookbooks/application_java.  Would take a look at it's base cookbook as well https://github.com/opscode-cookbooks/application.  `application` was extremely helpful for me wrapping my head around lwrp's.


thanks for the link, looking at it, I still don't see where I got it wrong
 
-L



On Monday, October 28, 2013 at 6:17 AM, Alexandre Russel wrote:

Hi all, 

 I'm trying to write a java_wrapper lwrp, I've defined a resource, in resources/default.rb with this line:

attribute :app_parameters, :kind_of => Array, :default => []
but when I try to use the lwrp, I'm getting this error:
undefined method `app_parameters' for Chef::Resource::JavaWrapper

is there anything else I need to do ?

This actually run ok if I use it in a single recipe, but if I use it in multiple recipe, I have this error.
 



Alex





Archive powered by MHonArc 2.6.16.

§