Skip to content

Instantly share code, notes, and snippets.

@raphink
Created February 8, 2013 08:44
Show Gist options
  • Save raphink/4737505 to your computer and use it in GitHub Desktop.
Save raphink/4737505 to your computer and use it in GitHub Desktop.
network_interface {"eth1":
ensure => up,
macaddress => 'aa:bb:cc:dd:ee:ff',
mtu => '1492',
onboot => true,
ipv4 => {
address => ['192.168.0.5/24'],
gateway => '192.168.0.1,
dhcp => false,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment