You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@ubuntu:/vagrant/puppet/manifests# cat /etc/network/interfaces
# HEADER: This file is is being managed by puppet. Changes to
# HEADER: interfaces that are not being managed by puppet will persist;
# HEADER: however changes to interfaces that are being managed by puppet will
# HEADER: be overwritten. In addition, file order is NOT guaranteed.
# HEADER: Last generated at: Tue Nov 27 01:11:36 +0200 2012
# The following interfaces will be started on boot
auto eth0 eth1 lo
iface eth0 inet dhcp
allow-hotplug true
pre-up sleep 2
iface eth1 inet static
netmask 255.255.255.0
address 192.168.50.2
iface lo inet loopback
The text was updated successfully, but these errors were encountered:
The odd handling of allow-hotplug and allow-auto sections is causing those values to be improperly flushed.
The text was updated successfully, but these errors were encountered: