Issue #7690 has been reported by Nick Fagerlund. ---------------------------------------- Bug #7690: Puppet::Indirector::Terminus.terminus_classes(indirection) blows up if ActiveRecord isn't installed https://projects.puppetlabs.com/issues/7690
Author: Nick Fagerlund Status: Unreviewed Priority: Normal Assignee: Matt Robinson Category: Target version: Affected Puppet version: Keywords: Branch: To get a list of termini for an indirector face, indirector/face.rb wraps a call to `Puppet::Indirector::Terminus.terminus_classes`, and we call the method it exposes to list termini in the help templates, among other places (including the error message given when you call a face action with a bogus terminus). It turns out this fails horribly if ActiveRecord isn't installed, as on one of the Jenkins machines. The failure appears to be in a `require puppet/rails` statement. This caused a build failure when we checked in the modified templates. -- 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.
