Issue #7194 has been updated by Daniel Pittman.
NB: The `puppet/ssl/certificate_authority/interface.rb` file is slated to be replaced with a real face after 2.7.0 ---------------------------------------- Bug #7194: The cisco switch management feature shouldn't have a type called interface https://projects.puppetlabs.com/issues/7194 Author: Matt Robinson Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: The recent merge of the network device code Brice wrote includes a type called interface. lib/puppet/type/interface.rb. This is an awfully confusing name given the recent "faces" feature has a bunch of code behind the scenes called interface. Let's think of a better name for this type and change it. network_interface maybe? ╭─[~/work/puppet/lib]─[matthewrobinson@mattmac]─[20110420 - 15:33]-‹2.7.x*› ╰─ % find . -name "*interface*" ./puppet/interface ./puppet/interface.rb ./puppet/provider/interface ./puppet/ssl/certificate_authority/interface.rb ./puppet/type/interface.rb ./puppet/util/network_device/cisco/interface.rb -- 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.
