Issue #15747 has been updated by Hailee Kenney. Target version changed from 3.x to Waldorf
Looks like this wasn't officially deprecated until Puppet 3, so this shouldn't be taken out just yet: https://github.com/puppetlabs/puppet/commit/8fa55cfc15ceccfb71d6955208f854bb3fab4661 ---------------------------------------- Bug #15747: Remove underscore-separated application names https://projects.puppetlabs.com/issues/15747#change-68662 Author: Hailee Kenney Status: Accepted Priority: Normal Assignee: Category: plumbing Target version: Waldorf Affected Puppet version: Keywords: telly_deprecation Branch: In order to maintain backwards compatibility with `2.7.x` application names were separated by underscores instead of using camel case. The code should now be changed so that they are all camel case. For example `Puppet::Application::Certificate_request` should become `Puppet::Application::CertificateRequest`. -- 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.
