Issue #4518 has been updated by Bernhard Miklautz.
The branch MarkusQ:tickets/2.6.x/4518 fixes the bug for me. But I observed one thing: When using the configuration from above (class foo and node default) I get this classes.txt: <pre> $ cat /var/lib/puppet/state/classes.txt settings default foo </pre> Not sure where the "settings" come from since only default and foo is defined. Is this an internal class which is added all the time and wasn't shown until now? ---------------------------------------- Bug #4518: Empty classes.txt http://projects.puppetlabs.com/issues/4518 Author: Bernhard Miklautz Status: Ready for Testing Priority: Normal Assigned to: Markus Roberts Category: agent Target version: 2.6.1 Affected version: 2.6.1rc1 Keywords: Branch: MarkusQ:tickets/2.6.x/4518 I've recently updated puppet from 0.24.8 to 2.6.0. Now the created classes.txt (in /var/lib/puppet/state) is empty. It contains only a newline but not the used classes. Except for the changes required for 2.6.0, I use the same configuration and modules as for 0.24.8. Used puppet.conf: <pre> [main] confdir = /etc/puppet vardir = /var/lib/puppet ssldir = $vardir/ssl logdir = /var/log/puppet rundir = /var/run/puppet factpath=$vardir/lib/facter:$vardir/facts pluginsync = true pluginsignore = CVS .bzr .git .hg .svn .keep .swp [agent] server = puppetmaster.testnet.local runinterval = 1800 report = true listen = true splay = true environment = production </pre> The problem also exists in version 2.6.1rc1. -- 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.
