Issue #9133 has been updated by R.I. Pienaar. Category set to Core Status changed from Unreviewed to Accepted Assignee set to R.I. Pienaar Target version set to 1.3.x
---------------------------------------- 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: Accepted Priority: Normal Assignee: R.I. Pienaar Category: Core Target version: 1.3.x Keywords: Branch: 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.
