Issue #4431 has been updated by James Turnbull.
Fully agree on lo and have just fixed that. On the regex though - several netstat/ifconfigs etc on some hosts return text for example on HP-UX: <pre> netstat -i Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lan0 1500 192.168.100.0 192.168.100.181 7963 0 277 0 0 lo0 4136 loopback localhost 66 0 66 0 0 </pre> ---------------------------------------- Bug #4431: interfaces does not include interfaces that do not end in a number https://projects.puppetlabs.com/issues/4431 Author: martin krafft Status: Accepted Priority: Normal Assignee: Category: library Target version: Keywords: Branch: I rename all my interfaces to give them meaningful names, like "ext" or "cable" or "wifi" or "int" or "dmz" etc. facter seems to assume that a notable interface always ends in a number. Hence, none of my interfaces turn up, nor does lo. I don't think this assumption (interfaces end in numbers) is reasonable anymore. Also see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590498 -- 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.
