[Puppet Users] Re: Problem syncing custom fact

2010-04-07 Thread byron appelt
Thanks for your help. I have reported the issue. http://projects.puppetlabs.com/issues/3514 Byron On Apr 6, 5:04 pm, Ken wrote: > Looks like you are right. Line 892 from puppet/util/settings.rb: > >         text.split(/\n/).each { |line| > > Its splitting on line feed. I'd raise a ticket if I

[Puppet Users] Re: Problem syncing custom fact

2010-04-06 Thread Ken
Looks like you are right. Line 892 from puppet/util/settings.rb: text.split(/\n/).each { |line| Its splitting on line feed. I'd raise a ticket if I was you - seems like a trivial change to that regular expression. Also - I think the puppet configuration doesn't throw errors when its wron

[Puppet Users] Re: Problem syncing custom fact

2010-04-06 Thread byron appelt
I found the problem. My puppet.conf somehow got checked into SVN with CR/LF line endings. Apparently this causes puppet to fail to read it, quite silently even with --debug unfortunately. On Apr 6, 11:59 am, byron appelt wrote: > Thanks, testing other settings was an excellent suggestion. It seem

[Puppet Users] Re: Problem syncing custom fact

2010-04-06 Thread byron appelt
Thanks, testing other settings was an excellent suggestion. It seems no settings in my puppet.conf are working. Any suggestions on how to debug this? This was all working before I upgrading from 0.24.5 to 0.25.4 For reference, here are my configs, although it seems that the client config is not eve

[Puppet Users] Re: Problem syncing custom fact

2010-04-06 Thread Ken
Yes in theory. Depending on the section you put it in of course. I have pluginsync=true in the [main] section of my puppet.conf, on both my client and server and sync works fine. Can you post your full configuration? Both client and server? Can you confirm your other settings are working when you