Issue #2935 has been updated by Markus Roberts. Status changed from Ready for Testing to Closed
Also: commit:a32381e822779b56030f6bd7009cd978970cecd2 Feature #2935 remove misleading comment commit:5937af412234354382902b80f9f38c6e328ac0a8 Feature #2935 Unify the codepaths for setting settings commit:b7d387e3e71f6af1b2967098b67440f8daa53e7d Feature #2935 Puppet[:mode] and Puppet[:name] are read-only commit:342298c4f9fcb2874d4017219a472ddf37dbfc6b Bug: Broken codepath in util/settings commit:6d5566a715c0b757480b1d321d5801b795470552 Feature #2935 settings are in Mode sections instead of executable names commit:9536723c95c5b9deff4c6c6d6423b23a7025e58b Feature #2935: method extract require_application commit:c338fef73a4d8d8dbd1500f0c6bb0e37c6eba8bb Feature #2935: Test for if we're "puppet cert" commit:37a55306aa08e2004103e9a4a2a94bba18ffa61d Feature #2935 Modes: root? predicate commit:ac7efc8f0284d6b35f5428da06ba371cf94998ec Feature #2935 Puppet::Mode#master? ---------------------------------------- Feature #2935: Settings should use 'agent' and 'server' in addition to executable names http://projects.puppetlabs.com/issues/2935 Author: Luke Kanies Status: Closed Priority: High Assigned to: Jesse Wolfe Category: settings Target version: 2.6 Affected version: 0.25.1 Keywords: Branch: http://github.com/jes5199/puppet/tree/ticket/master/2935-settings-mode There's a lot of reasonable confusion around the fact that executable names are used for searching for settings. It makes more sense to basically split into client/server setting groups. We should add a new search path, 'client' and 'server', and have them sit between the defaults and the executable names. So, the search path would be something like: cli => environment => executable => client/server => default Then each executable just declares whether it's an agent executable or a server-side one. -- 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.
