On 12 June 2011 20:21, Markus Falb <[email protected]> wrote: > I also tried with 0.25.5 and noticed that your module does not work. > All autorequire stuff does not work. It seems like things like > > if catalog.resources.find_all { ... }.empty? > > is always true. I have no clue why.
It's because "catalog.resources()" only returns an array of strings on 0.25.x There might be another way to construct the autorequires. Not sure though. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
