This module aims to provide a general abstracted interface to configure various network-related parameters on multiple platforms. OpenBSD and Debian are the current target architectures, but patches are welcome for others. IP, netmask, broadcast, VLANs are currently supported. route and firewall configuration are next in line. Example of use ============== network::interface { "eth0" : address => "10.11.9.8", broadcast => "10.11.9.255", netmask => "255.255.255.0", parameters => "gateway 10.11.9.1\n dns-domain mydomain.mine.nu\n dns-nameservers 10.11.9.1", }