Issue #4090 has been updated by Jesse Wolfe.

Status changed from Accepted to Ready for Testing

I haven't been able to reproduce the bug as Dan describes it. I've put my test 
case up at:
http://github.com/jes5199/puppet_spec/blob/master/spec/ticket_4090_store_reports.sh
I would love to see if that test fails on your machine, Dan.

Even so, what Rein and Matt saw in rspec-land suggested that there was some 
serious brittleness in one of my single-executable patches that could cause 
settings from puppet.conf to be ignored. This patch addresses that brittleness, 
which is a reasonable suspect for causing Dan's bug:
http://github.com/jes5199/puppet/tree/bug/master/4090
----------------------------------------
Bug #4090: store reports are empty
http://projects.puppetlabs.com/issues/4090

Author: Dan Bode
Status: Ready for Testing
Priority: Normal
Assigned to: 
Category: 
Target version: 
Affected version: 2.6alpha1
Keywords: 
Branch: 


client and server are on the same machine.

config
<pre>
[main]
  logdir=/var/log/puppet
  vardir=/var/lib/puppet
  ssldir=/var/lib/puppet/ssl
  rundir=/var/run/puppet
[puppetd]
  certname=puppetclient
  server=puppetmaster
  report=true
[puppetmasterd]
  certname=puppetmaster
  reports=store
</pre>

output of puppetd -t is:
<pre>
warning: /User[puppet]: 'check' attribute is deprecated; use 'audit' instead
info: Caching catalog for puppetclient
info: Applying configuration version '1277473194'
notice: test
notice: //Notify[test]/message: message changed '' to 'test'
notice: Finished catalog run in 0.03 seconds
</pre>

it generates the store reports directories and files, but the files are empty.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" 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-bugs?hl=en.

Reply via email to