Info: Using configured environment 'new_staging' Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Info: Applying configuration version '1564591379' Notice: /Stage[main]/Profile::Network/File_line[private route table]/ensure: current_value absent, should be present (noop) Notice: /Stage[main]/Debnet/Concat[/etc/network/interfaces]/File[/etc/network/interfaces]/content: --- /etc/network/interfaces 2019-07-30 09:43:13.171968264 +0000 +++ /tmp/puppet-file20190731-24412-1d5yjwd 2019-07-31 16:43:07.526206676 +0000 @@ -1,21 +1,20 @@ -# This file describes the network interfaces available on your system -# and how to activate them. For more information, see interfaces(5). - -source /etc/network/interfaces.d/* - -# The loopback network interface -#auto lo -#iface lo inet loopback - -# The normal eth0 -#auto eth0 -#iface eth0 inet dhcp - -# Maybe the VM has 2 NICs? -#allow-hotplug eth1 -#iface eth1 inet dhcp - -# Maybe the VM has 3 NICs? -#allow-hotplug eth2 -#iface eth2 inet dhcp +# This file is controlled by Puppet module trepasi-debnet. +# DO NOT EDIT!!! +# loopback device +auto lo +iface lo inet loopback +# interface eth0 configuration +auto eth0 +iface eth0 inet static + address 192.168.100.125 + netmask 255.255.255.0 + gateway 192.168.100.1 + up iptables -t nat -A POSTROUTING -s 192.168.128.0/24 -o eth0 -j MASQUERADE + down iptables -t nat -F + +# interface eth1 configuration +auto eth1 +iface eth1 inet static + address 192.168.128.1 + netmask 255.255.255.0 Notice: /Stage[main]/Debnet/Concat[/etc/network/interfaces]/File[/etc/network/interfaces]/content: current_value {md5}9409bcd680d62b3753d34a484c47ef65, should be {md5}079dbb04346319ad0bd8e16b6f5d6509 (noop) Notice: /etc/network/interfaces: Would have triggered 'refresh' from 1 events Notice: Concat[/etc/network/interfaces]: Would have triggered 'refresh' from 2 events Notice: /Stage[main]/Debnet/Package[iproute]/ensure: current_value purged, should be present (noop) Notice: Class[Debnet]: Would have triggered 'refresh' from 2 events Notice: Class[Profile::Network]: Would have triggered 'refresh' from 1 events Notice: Stage[main]: Would have triggered 'refresh' from 2 events Notice: Applied catalog in 4.15 seconds