Issue #8433 has been updated by Thorsten Biel.
I can confirm this issue occurring on a 2.7.1 client running against a 2.7.1 master using mod_passenger. The error occurs every time a change is made to a file in one of the modules used by the client. On the second attempt the client runs fine. As such, it's wonderfully reproducible. :-) Upgrading the master to 2.7.2rc1 has solved the problem in my case. Could it be possible that this is a manifestation of bug #5318, which was fixed in 2.7.2rc1 ? ---------------------------------------- Bug #8433: Seemingly random failures after 2.7.1 https://projects.puppetlabs.com/issues/8433 Author: Gustavo Soares Status: Unreviewed Priority: High Assignee: Category: Target version: Affected Puppet version: 2.7.1 Keywords: Branch: I've noticed a weird behaviour after trying puppet (gem) 2.7.1. I am planning an (huge) upgrade (from 0.25.x to 2.7.1) in all my puppet's boxes... I've installed puppet's 2.7.1 gem and got a lot of "Could not find class" problem... and everything worked just fine with 0.25.x. So, I decided to uninstall the gem for version 2.7.1 and install puppet version 2.6.9. Everything worked just fine... no weird "Could not find class" problem... Here are some more info about my environment: * I do not use parameterized classes and all my classes are "included" (I was still using 0.25.x...) * In my $confdir/manifests/classes/roles I have a very generic class for all puppet hosts declared as follow: class role_puppet_common { $role = "puppet_common" include common include puppet::common include puppet::user } in $confdir/manifests/site.pp I have the following line... [...] import "classes/roles/*" [...] the weird "Could not find class" problem occurs for class puppet::common my directory structure is as follow: ... $confdir/modules/puppet/ $confdir/modules/puppet/manifests $confdir/modules/puppet/manifests/init.pp $confdir/modules/puppet/manifests/classes/ $confdir/modules/puppet/manifests/classes/common.pp ... in $confdir/modules/puppet/manifests/init.pp I have: import "puppet/classes/*" and in $confdir/modules/puppet/manifests/classes/common.pp class puppet::common { ... } * my modulepath declared in puppet.conf is as follow: modulepath = /mnt/puppet/conf/modules:/mnt/puppet/othermodules where /mnt/puppet/conf is set to $confdir. That's it! As I said before, when I downgraded to version 2.6.9 everything worked fine. -- 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.
