[chef] Re: Re: Building directory path with directory resource


Chronological Thread 
  • From: "Mark H. Nichols" < >
  • To:
  • Subject: [chef] Re: Re: Building directory path with directory resource
  • Date: Wed, 26 Jun 2013 11:25:49 -0500


On Jun 26, 2013, at 10:55 AM, Mike 
< >
 wrote:

> Here's the issue:
> 
> Your line:
> 
> directory 
> "#{node['jboss']['jboss_home']}/#{node['jboss']['jboss_version']}" do
> 
> The line you probably want:
> 
> directory "#{node['jboss']['jboss_home']}/#{node['jboss']['version']}" do

D'oh. *hangs head in shame* I've looked at this for a day now and never once 
saw that I had the wrong attribute name. Thanks for the catch.

Mark


Archive powered by MHonArc 2.6.16.

§