I've upgraded to puppet v2.6.2 on ubuntu (clients and server) and now
I get this error messages related to pluginsync:

info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to generate additional
resources using 'eval_generate': wrong header line format
err: /File[/var/lib/puppet/lib]: Could not evaluate: wrong header line
format Could not retrieve file metadata for puppet://mcp.c42/plugins:
wrong header line format

this seems to be related to bug #4830. there was a 'workaround' to add
some lib directories to my modules. I did that and it didn't work.
There was another workaround that involves creating a bogus plugins
mount in fileserver.conf and setting pluginsource to that mount. While
that does eliminate the error, it also breaks pluginsync (not cool).

my fileserver.conf looks like this:
[plugins]
#  path /var/lib/puppet/plugins
  allow *

my puppet.conf looks like this:

[main]
vardir = /var/lib/puppet
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
server = mcp.c42
factpath = $vardir/lib/facter
# client = false

[user]
vardir = /var/lib/puppet
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl

[agent]
pluginsync=true
#pluginsource=puppet:///plugins/
listen = true
report = true
classfile = $vardir/classes.txt
localconfig = $vardir/localconfig
runinterval = 1800
# runinterval = 21600 # Run every 6 hours

<snip>

It looks to me like either:
a) a bug... but it doesn't seem to be a common problem which leads me
to believe that it's...
b) configuration related... but dudes, I've tried everything.

any ideas? does anything look really, really wrong in my config?

-- 
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.

Reply via email to