Issue #13966 has been updated by Jeff Weiss.
There seems to be a few places where we're referencing `Puppet[:name]` and exercising through the specs. Verified by inserting `puts Kernel.caller if param == :name` at [puppet.rb:62](https://github.com/puppetlabs/puppet/blob/master/lib/puppet.rb#L62) * [transaction.rb:228](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/transaction.rb#L228) * [server.rb:32](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/network/server.rb#L32) * [server.rb:39](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/network/server.rb#L39) * [daemon.rb:57](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/daemon.rb#L57) * [daemon.rb:87](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/daemon.rb#L87) * [destinations.rb:12](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/util/log/destinations.rb#L12) Here are the places it's referenced in the code, but not exercised by the the specs: * [daemon.rb:11](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/daemon.rb#L11) * [daemon.rb:41](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/daemon.rb#L41) * [daemon.rb:43](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/daemon.rb#L43) * [settings.rb:770](https://github.com/puppetlabs/puppet/blob/master/lib/puppet/util/settings.rb#L770) ---------------------------------------- Bug #13966: Get rid of name option https://projects.puppetlabs.com/issues/13966#change-60690 Author: Jeff Weiss Status: Accepted Priority: Normal Assignee: Jeff Weiss Category: Target version: Telly Affected Puppet version: Keywords: Branch: As a part of #13898, we have a command line option clash between puppet core and a face. In this particular case, it's `name`, which should be removed. The resolution for this problem (removal of name option at best, rename at worst) is orthogonal to handling option clashes between puppet and faces (#13898) -- 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.
