Getting the IP address of a specific interface in puppet using facter
One of the problems that I find annoying in puppet is that you can’t easily obtain the IP address of a specific network interface.
Let’s say that you want to define a class or type to which you wish to pass a interface name and use it’s …