Issue #9133 has been updated by Matt Robinson. Status changed from Accepted to In Topic Branch Pending Merge Branch set to https://github.com/mmrobins/marionette-collective/commits/9133_classesfile_default
I made a pull request (https://github.com/puppetlabs/marionette-collective/pull/19), but didn't update the ticket until now. ---------------------------------------- Bug #9133: The classesfile default should be the default that puppet uses in recent versions of puppet https://projects.puppetlabs.com/issues/9133 Author: Matt Robinson Status: In Topic Branch Pending Merge Priority: Normal Assignee: R.I. Pienaar Category: Core Target version: 1.3.x Keywords: Branch: https://github.com/mmrobins/marionette-collective/commits/9133_classesfile_default Affected mCollective version: The classesfile conf option in mcollective defaults to /var/lib/puppet/classes.txt, but that location hasn't ever been a puppet default. Up to puppet 0.25.5 it defaulted to /var/puppet/state/classes.txt, and 0.25.5 onward it was /var/lib/puppet/state/classes.txt. ╭─[~/work/puppet]─[matthewrobinson@mattmac]─[20110819 - 15:53]- ╰─ [0]% puppet --version 0.25.4 ╭─[~/work/puppet]─[matthewrobinson@mattmac]─[20110819 - 15:53]- ╰─ [0]% sudo puppet agent --configprint classfile /var/puppet/state/classes.txt ─[~/work/puppet]─[matthewrobinson@mattmac]─[20110819 - 15:53]- ╰─ [0]% gco 0.25.5 Previous HEAD position was c5eef04... Updated CHANGELOG for 0.25.4 HEAD is now at d71bd68... Updated CHANGELOG for 0.25.5 ╭─[~/work/puppet]─[matthewrobinson@mattmac]─[20110819 - 15:54]- ╰─ [0]% sudo puppet agent --configprint classfile /var/lib/puppet/state/classes.txt MCollective should default to what the current version of Puppet uses for the classes.txt location. -- 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.
