Title: Message Title
Kurt Wall commented on an issue
Facter / Bug FACT-459
MTU interface facts not being reported on Archlinux.
On Archlinux, the mtu_<interface> facts are not being returned by facter.

This is because the regex being used is:

{code}
/MTU:(\d+)/
{code}

When it should be:

{code}
/MTU:?\s*(\d+)/i
{code}

Given that ifconfig outputs "mtu 1500", for example.


--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to