think i found the problem, I recently installed the stdlib module and knew that it would mean that I had duplicate functions since i had already installed the dirname.rb function in another module. However when i tested it (on 3.6.2) it worked fine, puppet chose one of the functions and did not complain about it. However, 3.7.0 is not as forgiving and crashes without saying a word about why. I will file a bug to get a better error message for this.
//Adam On 12 September 2014 08:34, Adam Winberg <[email protected]> wrote: > After upgrading clients to 3.7.0 on RHEL6 my puppet runs error out with: > ------------------ > Info: Retrieving pluginfacts > Info: Retrieving plugin > Info: Loading facts > Error: Could not retrieve catalog from remote server: end of file reached > Warning: Not using cache on failed catalog > Error: Could not retrieve catalog; skipping run > ------------------ > > It works fine with 3.6.2 on the clients and 3.7.0 on the masters, the > error occurs when running clients with 3.7.0. I can work around it by > settins pluginsync to false, so there seems to be a problem with this > option. On my RHEL7 systems it works fine (same config and same puppet > version). > > > Anyone have an idea of whats going one? > > //Adam > > -- > 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/38ae1605-8106-4cdb-8c34-74f5fd43b503%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/38ae1605-8106-4cdb-8c34-74f5fd43b503%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAFCL3HtQw7b_RnN5c2W3Cgx1taX9rk%2B62o_R3oWFy86wUTg51Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
