class Chef::Provider::Ifconfig

use the ifconfig resource to manage interfaces on *nix systems

@example set a static ip on eth1

ifconfig '33.33.33.80' do
  device 'eth1'
end