[chef] Re: Re: Re: Template being updated every chef run


Chronological Thread 
  • From: Phil Dibowitz < >
  • To:
  • Subject: [chef] Re: Re: Re: Template being updated every chef run
  • Date: Fri, 12 Oct 2012 18:17:40 -0700

On 10/12/2012 06:04 PM, Phil Dibowitz wrote:
> On 10/12/2012 05:19 PM, John Dewey wrote:
>> I have ran into this same problem.  I believe it is related
>> to: http://tickets.opscode.com/browse/COOK-1460 not just pagerduty.
> 
> I also ran into this problem. I changed the template slight, and it stopped
> happening.
> 

Oh. I just remembered the case too.

I had JSON and I changed from:

  ...
  }<% if whatever %>,
     ...
  }<$ end %>

To:
  <% if whatever %>
  },
    ...
  <% end %>
  }

The first one make the template code think something had changed everytime...
not sure why, but the change is functionally equivalent, looks nicer, and
didn't trigger whatever crazy bug it was. I need to go back and try to come up
with a good repro.

-- 
Phil Dibowitz                             

Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Be who you are and say what you feel, because those who mind don't matter
 and those who matter don't mind."
 - Dr. Seuss


Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.16.

§