Issue #7194 has been updated by Brice Figureau.
Matt Robinson wrote: > 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 We can make it: "device_if" or "net_if". I'd really like puppet would support namespaced builtin types, but it isn't :( If you can wait until early next week, I can come with a patch. ---------------------------------------- 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.
