class Chef::Resource::Ifconfig

@example set a static ip on eth1

ifconfig '33.33.33.80' do
  device 'eth1'
end