sapoku 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sapoku.rb +0 -4
- metadata +1 -1
data/lib/sapoku.rb
CHANGED
@@ -109,9 +109,6 @@ iface eth0 inet static
|
|
109
109
|
address #{@ip}
|
110
110
|
netmask 255.255.255.0
|
111
111
|
gateway 10.0.3.1
|
112
|
-
#iface eth0 inet dhcp
|
113
|
-
|
114
|
-
up route add default gw 10.0.3.1 dev eth0
|
115
112
|
}
|
116
113
|
|
117
114
|
erb = ERB.new(template)
|
@@ -174,7 +171,6 @@ lxc.network.link=lxcbr0
|
|
174
171
|
#lxc.network.hwaddr=00:16:3e:85:68:c1
|
175
172
|
lxc.network.name = eth0
|
176
173
|
lxc.network.ipv4=<%= @ip %>
|
177
|
-
lxc.network.ipv4.gateway = 10.0.3.1
|
178
174
|
|
179
175
|
lxc.devttydir = lxc
|
180
176
|
lxc.tty = 4
|