On 12/23/2014 10:36 AM, Johan De Wit wrote: > The resource is indeed in both catalogs, only the old one contains 2 > automatic attributes (file: and line:). I suspect this is the cause.
Hi Johan, good call - I believe those are hints that the compiler adds, so that the agent can give more helpful error output in case a resource fails its validation checks. Are you in a position to filter those from the "old" style catalogs prior to diffing? sed -i '/"line":|"file":/d' <catalog> comes to mind :-) HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/5499FFE3.4070409%40Alumni.TU-Berlin.de. For more options, visit https://groups.google.com/d/optout.
