bootstrap-vz/common/tasks/network-configuration.json
2014-01-15 21:13:36 +01:00

13 lines
215 B
JSON

{
"squeeze": [
"auto lo",
"iface lo inet loopback",
"auto eth0",
"iface eth0 inet dhcp" ],
"wheezy": [
"auto eth0",
"iface eth0 inet dhcp" ],
"unstable": [
"auto eth0",
"iface eth0 inet dhcp" ]
}