On Wed, May 17, 2017, at 16:34, Helen Paterson wrote: > Hi, > > im currently getting the following error on a few of my Ubuntu solr > servers > > Error: Could not retrieve local facts: undefined method > `require_relative' > for main:Object > Error: Failed to apply catalog: Could not retrieve local facts: undefined > method `require_relative' for main:Object > > > we are running puppet agent 3.8 , im not sure how to debug ???
I would guess your ruby is too old for one of your facts, require_relative is a ruby method that came in recently. -- 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/1495034663.745652.979740128.1B664CDD%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
