Skip to content

cli: complains about failing to update hostname when problem is not hostname

If there is some problem with the initial puppet run, the leap cli decides that there was a problem updating the hostname, when that wasn't really the problem, you will get this output:

   - [mx1] ERROR: could not update hostname.

when the actual problem was the failure to install a package, which is found further up in the log. If the failure to install the package problem is resolved, then the error about not being able to update the hostname also goes away.

Here is a full log of where this happens:

$ leap -v6 deploy mx1
 = read /home/micah/leap/bitmask/Leapfile
 = read /home/micah/.leaprc
 = leap command v1.2.1
 = leap platform v0.2.3 (develop b093daf38d1bf33170382349ae8326e800ed70cd)
 = loading /home/micah/leap/platform/provider_base/services/couchdb.json
 = loading /home/micah/leap/platform/provider_base/services/dns.json
 = loading /home/micah/leap/platform/provider_base/services/openvpn.json
 = loading /home/micah/leap/platform/provider_base/services/mx.json
 = loading /home/micah/leap/platform/provider_base/services/monitor.json
 = loading /home/micah/leap/platform/provider_base/services/webapp.json
 = loading /home/micah/leap/platform/provider_base/services/tor.json
 = loading /home/micah/leap/platform/provider_base/services/soledad.json
 = loading /home/micah/leap/platform/provider_base/tags/development.json
 = loading /home/micah/leap/platform/provider_base/tags/local.json
 = loading /home/micah/leap/platform/provider_base/tags/production.json
 = loading /home/micah/leap/platform/provider_base/common.json
 = loading /home/micah/leap/platform/provider_base/provider.json
 = loading services/mx.json
 = loading services/monitor.json
 = loading services/webapp.json
 = loading services/tor.json
 = loading tags/dc.json
 = loading tags/istanbul.json
 = loading tags/clientdev.json
 = loading tags/hongkong.json
 = loading tags/seattle.json
 = loading tags/amsterdam.json
 = loading tags/phnompenh.json
 = loading tags/development.json
 = loading tags/local.json
 = loading tags/production.json
 = loading nodes/woodlouse.json
 = loading nodes/aligator.json
 = loading nodes/wallaby.json
 = loading nodes/turtle.json
 = loading nodes/millipede.json
 = loading nodes/couch1.json
 = loading nodes/tor1.json
 = loading nodes/slug.json
 = loading nodes/vpn1.json
 = loading nodes/beetle.json
 = loading nodes/web1.json
 = loading nodes/wombat.json
 = loading nodes/worm.json
 = loading nodes/starfish.json
 = loading nodes/sloth.json
 = loading nodes/elephant.json
 = loading nodes/elk.json
 = loading nodes/dolphin.json
 = loading nodes/monitor1.json
 = loading nodes/hippo.json
 = loading nodes/snail.json
 = loading nodes/snake.json
 = loading nodes/clam.json
 = loading nodes/ant.json
 = loading nodes/couch2.json
 = loading nodes/manatee.json
 = loading nodes/mx1.json
 = loading nodes/harrier.json
 = loading nodes/urchin.json
 = loading nodes/gadwall.json
 = loading nodes/giraffe.json
 = loading nodes/canvasback.json
 = loading nodes/zebra.json
 = loading common.json
 = loading provider.json
 = loading secrets.json
 = skipping disabled node woodlouse.
 = skipping disabled node aligator.
 = skipping disabled node turtle.
 = skipping disabled node slug.
 = skipping disabled node wombat.
 = skipping disabled node sloth.
 = skipping disabled node snake.
 = skipping disabled node manatee.
 = skipping disabled node giraffe.
 = skipping disabled node zebra.
 = ran git submodule sync 2>&1
 = ran git submodule status 2>&1
 = no change files/ssh/authorized_keys
 = no change files/ssh/known_hosts
 = no change hiera/mx1.yaml
 = no change secrets.json
 = checking node
   - executing "test -f /srv/leap/initialized && ! dpkg-query -W --showformat='${Status}\\\n' puppet ruby-hiera-puppet rsync lsb-release 2>&1 | grep -q -E '(deinstall|no packages)' && echo ok"
   - servers: ["mx1"]
   - [mx1] executing command
   - [mx1] ok
   - command finished in 81ms
 = synching configuration files
   - hiera/mx1.yaml -> mx1:/etc/leap/hiera.yaml
   - cd '/home/micah/leap/bitmask'; rsync -rltp --chmod=u+rX,go-rwx -e "ssh -o GlobalKnownHostsFile='/home/micah/leap/bitmask/files/ssh/known_hosts' -o UserKnownHostsFile='/dev/null' -o StrictHostKeyChecking='no' -o HostName='10.5.5.51' -p 22 -i '/tmp/vagrant.key'" hiera/mx1.yaml root@mx1:/etc/leap/hiera.yaml
Warning: Permanently added '10.5.5.51' (ECDSA) to the list of known hosts.
   - files/ca/client_ca.crt, files/ca/client_ca.key -> mx1:/etc/leap
   - cd '/home/micah/leap/bitmask'; rsync -rltp --chmod=u+rX,go-rwx --relative --delete --delete-excluded --filter='protect hiera.yaml' --copy-links --include='/files/ca/client_ca.crt' --include='/files/ca/client_ca.key' --include='/files/ca' --include='/files' --exclude='*' -e "ssh -o GlobalKnownHostsFile='/home/micah/leap/bitmask/files/ssh/known_hosts' -o UserKnownHostsFile='/dev/null' -o StrictHostKeyChecking='no' -o HostName='10.5.5.51' -p 22 -i '/tmp/vagrant.key'" . root@mx1:/etc/leap
Warning: Permanently added '10.5.5.51' (ECDSA) to the list of known hosts.
 = synching puppet manifests
   - /home/micah/leap/platform/[bin,puppet] -> mx1:/srv/leap
   - cd '/home/micah/leap/platform'; rsync -rlt --relative --delete --copy-links --include='/bin' --include='/bin/**' --include='/puppet' --include='/puppet/**' --exclude='*' -e "ssh -o GlobalKnownHostsFile='/home/micah/leap/bitmask/files/ssh/known_hosts' -o UserKnownHostsFile='/dev/null' -o StrictHostKeyChecking='no' -o HostName='10.5.5.51' -p 22 -i '/tmp/vagrant.key'" . root@mx1:/srv/leap
Warning: Permanently added '10.5.5.51' (ECDSA) to the list of known hosts.
 = applying puppet
   - executing "/srv/leap/bin/puppet_command set_hostname apply --verbosity 6 --tags leap_base,leap_service,leap_slow"
   - servers: ["mx1"]
   - [mx1] executing command
   - [mx1] /usr/bin/puppet apply  --color=false --detailed-exitcodes --libdir=puppet/lib --confdir=puppet puppet/manifests/setup.pp
   - [mx1] notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat]/ensure: created
   - [mx1] notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin]/ensure: created
   - [mx1] notice: /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin/concatfragments.sh]/ensure: defined content as '{md5}256169ee61115a6b717b2844d2ea3128'
   - [mx1] notice: /Stage[main]/Site_config::Initial_firewall/File[/etc/network/ipv6firewall_up.rules]/ensure: defined content as '{md5}8b98783a5f910fe772bd888868c45b64'
   - [mx1] notice: /Stage[main]/Shorewall::Base/Package[shorewall]/ensure: ensure changed 'purged' to 'present'
   - [mx1] notice: /Stage[main]/Shorewall::Debian/File[/etc/default/shorewall]/content: content changed '{md5}957b909f291d6ac2438fe07d0351e9c8' to '{md5}c02a8369d7454149b74ed3f0f5c9ada0'
   - [mx1] notice: /Stage[main]/Shorewall::Base/File[/etc/shorewall/puppet]/ensure: created
   - [mx1] notice: /Stage[main]/Site_apt/Apt::Apt_conf[90disable-pdiffs]/File[/etc/apt/apt.conf.d/90disable-pdiffs]/content: content changed '{md5}6ab0c1eacffa8aa9a36e0678c0d6ef6f' to '{md5}927b8094c4e9e96fad7513dd781e7b37'
   - [mx1] notice: /Stage[main]/Shorewall::Base/Augeas[shorewall_module_config_path]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Site_config::Initial_firewall/File[/etc/network/ipv4firewall_up.rules]/ensure: defined content as '{md5}dfdb7c8643557597e75b8fdf056cec42'
   - [mx1] notice: /Stage[main]/Site_config::Initial_firewall/Exec[default_ipv4_firewall]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Site_config::Initial_firewall/File[/etc/network/if-pre-up.d/ipv4tables]/ensure: defined content as '{md5}14a1f991dd763fda29a195b8f059e2a8'
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Package[shorewall-init]/ensure: ensure changed 'purged' to 'present'
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Augeas[shorewall_SAFESTOP]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Common::Moduledir/File[/var/lib/puppet/modules]/ensure: created
   - [mx1] notice: /File[/var/lib/puppet/modules/README]/ensure: defined content as '{md5}54000a2c832d3c13c1b6c5e2d4624644'
   - [mx1] notice: /Stage[main]/Site_apt::Leap_repo/Apt::Sources_list[leap.list]/File[/etc/apt/sources.list.d/leap.list]/ensure: created
   - [mx1] notice: /Stage[main]/Augeas::Debian/Package[libaugeas-ruby1.9.1]/ensure: ensure changed 'purged' to 'present'
   - [mx1] notice: /Stage[main]/Augeas::Debian/Package[augeas-tools]/ensure: ensure changed 'purged' to 'present'
   - [mx1] notice: /Stage[main]/Augeas::Base/File[/usr/share/augeas/lenses/tests]/ensure: created
   - [mx1] err: /Stage[main]/Squid_deb_proxy::Client/Package[squid-deb-proxy-client]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install squid-deb-proxy-client' returned 100: Reading package lists...
   - [mx1] Building dependency tree...
   - [mx1] Reading state information...
   - [mx1] E: Unable to locate package squid-deb-proxy-client
   - [mx1] notice: /Stage[main]/Site_config::Initial_firewall/Exec[default_ipv6_firewall]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Site_apt/Apt::Sources_list[secondary.list.disabled]/File[/etc/apt/sources.list.d/secondary.list.disabled]/ensure: created
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Augeas[shorewall_REQUIRE_INTERFACE]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Site_config::Initial_firewall/File[/etc/network/if-pre-up.d/ipv6tables]/ensure: defined content as '{md5}fbdac087d1a0f04deb0cf3f7608c3383'
   - [mx1] notice: /Stage[main]/Apt/Apt::Apt_conf[02show_upgraded]/File[/etc/apt/apt.conf.d/02show_upgraded]/ensure: defined content as '{md5}f8b9fbb99496bc2d919bb757b9819540'
   - [mx1] notice: /Stage[main]/Apt/File[/etc/apt/sources.list]/content: content changed '{md5}3d1ce0d082c4808ee9fee502e7efa890' to '{md5}8caa45c8e8b54ce440ad988fe8310093'
   - [mx1] notice: /Stage[main]/Apt/Apt::Apt_conf[03clean]/File[/etc/apt/apt.conf.d/03clean]/ensure: defined content as '{md5}9c94d212b6be1a8a08d1facc24424f8b'
   - [mx1] notice: /Stage[main]/Apt/File[/var/cache/local]/ensure: created
   - [mx1] notice: /Stage[main]/Apt/File[/var/cache/local/preseeding]/ensure: created
   - [mx1] notice: /Stage[main]/Site_apt/Apt::Preferences_snippet[facter]/File[/etc/apt/preferences.d/facter]/ensure: created
   - [mx1] notice: /Stage[main]/Apt::Unattended_upgrades/Package[unattended-upgrades]/ensure: ensure changed 'purged' to 'present'
   - [mx1] notice: /Stage[main]/Apt::Unattended_upgrades/Apt::Apt_conf[50unattended-upgrades]/File[/etc/apt/apt.conf.d/50unattended-upgrades]/content: content changed '{md5}7145c06e694baa99ea7347642fec1d74' to '{md5}191f95227e4244072854a4ecfde5ff70'
   - [mx1] notice: /Stage[main]/Site_config::Hosts/File[/etc/hosts]/content: content changed '{md5}bcf8b48a80aa206720d98d7c81baee72' to '{md5}58cb520e22830cc2eb4732767271d17f'
   - [mx1] notice: /Stage[main]/Site_config::Hosts/Exec[/etc/init.d/stunnel4 restart]: Triggered 'refresh' from 1 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[hosts]/Concat[/etc/shorewall/puppet/hosts]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_hosts]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[hosts]/Concat[/etc/shorewall/puppet/hosts]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_hosts/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rtrules]/Concat[/etc/shorewall/puppet/rtrules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rtrules]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rtrules]/Concat[/etc/shorewall/puppet/rtrules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rtrules/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcclasses]/Concat[/etc/shorewall/puppet/tcclasses]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcclasses]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rtrules]/Concat[/etc/shorewall/puppet/rtrules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rtrules/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rtrules]/Concat::Fragment[rtrules-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rtrules/fragments/000_rtrules-header]/ensure: defined content as '{md5}bf2cacdd747e4feb84a69b3d7c7d83de'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[providers]/Concat[/etc/shorewall/puppet/providers]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_providers]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[providers]/Concat[/etc/shorewall/puppet/providers]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_providers/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[providers]/Concat[/etc/shorewall/puppet/providers]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_providers/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[nat]/Concat[/etc/shorewall/puppet/nat]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_nat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[nat]/Concat[/etc/shorewall/puppet/nat]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_nat/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[nat]/Concat::Fragment[nat-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_nat/fragments/999_nat-footer]/ensure: defined content as '{md5}7a95360fccfb8d18eed4a48300e90647'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[nat]/Concat[/etc/shorewall/puppet/nat]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_nat/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rtrules]/Concat[/etc/shorewall/puppet/rtrules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rtrules/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[policy]/Concat[/etc/shorewall/puppet/policy]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_policy]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[policy]/Concat[/etc/shorewall/puppet/policy]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_policy/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[policy]/Concat[/etc/shorewall/puppet/policy]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_policy/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[policy]/Concat::Fragment[policy-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_policy/fragments/999_policy-footer]/ensure: defined content as '{md5}ddf61be8625cc077cd65775a3d0d1e00'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rules]/Concat[/etc/shorewall/puppet/rules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rules]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rules]/Concat[/etc/shorewall/puppet/rules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rules/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[hosts]/Concat[/etc/shorewall/puppet/hosts]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_hosts/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcdevices]/Concat[/etc/shorewall/puppet/tcdevices]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcdevices]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcdevices]/Concat[/etc/shorewall/puppet/tcdevices]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcdevices/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcdevices]/Concat[/etc/shorewall/puppet/tcdevices]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcdevices/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rules]/Concat[/etc/shorewall/puppet/rules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rules/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Shorewall::Rule[all2all-ping]/Shorewall::Entry[rules-200-all2all-ping]/Concat::Fragment[rules-200-all2all-ping]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rules/fragments/200_rules-200-all2all-ping]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall::Rules::Mdns/Shorewall::Rule[net-me-mdns]/Shorewall::Entry[rules-240-net-me-mdns]/Concat::Fragment[rules-240-net-me-mdns]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rules/fragments/240_rules-240-net-me-mdns]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcclasses]/Concat[/etc/shorewall/puppet/tcclasses]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcclasses/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rtrules]/Concat::Fragment[rtrules-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rtrules/fragments/999_rtrules-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[hosts]/Concat[/etc/shorewall/puppet/hosts]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_hosts/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[interfaces]/Concat[/etc/shorewall/puppet/interfaces]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_interfaces]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[interfaces]/Concat[/etc/shorewall/puppet/interfaces]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_interfaces/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[interfaces]/Concat[/etc/shorewall/puppet/interfaces]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_interfaces/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Shorewall::Interface[eth0]/Shorewall::Entry[interfaces-100-eth0]/Concat::Fragment[interfaces-100-eth0]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_interfaces/fragments/100_interfaces-100-eth0]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[policy]/Concat::Fragment[policy-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_policy/fragments/000_policy-header]/ensure: defined content as '{md5}c77135dbc5107be948a1605b3dbb06d3'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rules]/Concat[/etc/shorewall/puppet/rules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rules/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[providers]/Concat[/etc/shorewall/puppet/providers]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_providers/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[providers]/Concat::Fragment[providers-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_providers/fragments/000_providers-header]/ensure: defined content as '{md5}a5c0f01384e69280d2fbaa36488f5bb8'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[providers]/Concat::Fragment[providers-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_providers/fragments/999_providers-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[providers]/Concat[/etc/shorewall/puppet/providers]/Exec[concat_/etc/shorewall/puppet/providers]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[providers]/Concat[/etc/shorewall/puppet/providers]/Exec[concat_/etc/shorewall/puppet/providers]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[providers]/Concat[/etc/shorewall/puppet/providers]/File[/etc/shorewall/puppet/providers]/ensure: defined content as '{md5}99c128b972d0466f59e000cedca4ff9f'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[interfaces]/Concat::Fragment[interfaces-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_interfaces/fragments/000_interfaces-header]/ensure: defined content as '{md5}f7277babae0fcd8e6f3aed6e3bb51d87'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[hosts]/Concat::Fragment[hosts-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_hosts/fragments/000_hosts-header]/ensure: defined content as '{md5}8c2be15ca507ab364860a58e0164ad36'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rfc1918]/Concat[/etc/shorewall/puppet/rfc1918]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rfc1918]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rfc1918]/Concat[/etc/shorewall/puppet/rfc1918]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rfc1918/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rfc1918]/Concat[/etc/shorewall/puppet/rfc1918]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rfc1918/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rfc1918]/Concat::Fragment[rfc1918-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rfc1918/fragments/999_rfc1918-footer]/ensure: defined content as '{md5}15a7a169bac941848cde45f7daa4c259'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rfc1918]/Concat[/etc/shorewall/puppet/rfc1918]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rfc1918/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[nat]/Concat[/etc/shorewall/puppet/nat]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_nat/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rules]/Concat::Fragment[rules-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rules/fragments/999_rules-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[interfaces]/Concat::Fragment[interfaces-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_interfaces/fragments/999_interfaces-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[hosts]/Concat::Fragment[hosts-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_hosts/fragments/999_hosts-footer]/ensure: defined content as '{md5}3a9f48f0b16103471dd8e234d56da62f'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rtrules]/Concat[/etc/shorewall/puppet/rtrules]/Exec[concat_/etc/shorewall/puppet/rtrules]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rtrules]/Concat[/etc/shorewall/puppet/rtrules]/Exec[concat_/etc/shorewall/puppet/rtrules]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcdevices]/Concat[/etc/shorewall/puppet/tcdevices]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcdevices/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcdevices]/Concat::Fragment[tcdevices-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcdevices/fragments/999_tcdevices-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcdevices]/Concat::Fragment[tcdevices-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcdevices/fragments/000_tcdevices-header]/ensure: defined content as '{md5}3b1b531adc6c4e204f0db91e083b9388'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcdevices]/Concat[/etc/shorewall/puppet/tcdevices]/Exec[concat_/etc/shorewall/puppet/tcdevices]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcdevices]/Concat[/etc/shorewall/puppet/tcdevices]/Exec[concat_/etc/shorewall/puppet/tcdevices]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcdevices]/Concat[/etc/shorewall/puppet/tcdevices]/File[/etc/shorewall/puppet/tcdevices]/ensure: defined content as '{md5}ddb9697157c5f3c2015e85e0b31d8dba'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rtrules]/Concat[/etc/shorewall/puppet/rtrules]/File[/etc/shorewall/puppet/rtrules]/ensure: defined content as '{md5}82eb27e4982575d51072a5fb2ce4c932'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[blacklist]/Concat[/etc/shorewall/puppet/blacklist]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_blacklist]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[blacklist]/Concat[/etc/shorewall/puppet/blacklist]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_blacklist/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[blacklist]/Concat[/etc/shorewall/puppet/blacklist]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_blacklist/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[blacklist]/Concat[/etc/shorewall/puppet/blacklist]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_blacklist/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[blacklist]/Concat::Fragment[blacklist-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_blacklist/fragments/000_blacklist-header]/ensure: defined content as '{md5}07c3cca956451e32ae48d43988a059a9'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[masq]/Concat[/etc/shorewall/puppet/masq]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_masq]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[masq]/Concat[/etc/shorewall/puppet/masq]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_masq/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[masq]/Concat[/etc/shorewall/puppet/masq]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_masq/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[masq]/Concat::Fragment[masq-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_masq/fragments/000_masq-header]/ensure: defined content as '{md5}30120dabfe8db96d5350dcb60edab656'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcclasses]/Concat[/etc/shorewall/puppet/tcclasses]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcclasses/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Shorewall::Policy[all-to-all]/Shorewall::Entry[policy-200-all-to-all]/Concat::Fragment[policy-200-all-to-all]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_policy/fragments/200_policy-200-all-to-all]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rfc1918]/Concat::Fragment[rfc1918-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rfc1918/fragments/000_rfc1918-header]/ensure: defined content as '{md5}96ffc659bd770154d49b0184ce02492a'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rfc1918]/Concat[/etc/shorewall/puppet/rfc1918]/Exec[concat_/etc/shorewall/puppet/rfc1918]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rfc1918]/Concat[/etc/shorewall/puppet/rfc1918]/Exec[concat_/etc/shorewall/puppet/rfc1918]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rfc1918]/Concat[/etc/shorewall/puppet/rfc1918]/File[/etc/shorewall/puppet/rfc1918]/ensure: defined content as '{md5}29880e16fcb205318d230224531a586c'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[policy]/Concat[/etc/shorewall/puppet/policy]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_policy/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rules]/Concat::Fragment[rules-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rules/fragments/000_rules-header]/ensure: defined content as '{md5}3c2dff918c1a76e9ea50c7dfc8288c2b'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[masq]/Concat[/etc/shorewall/puppet/masq]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_masq/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[masq]/Concat::Fragment[masq-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_masq/fragments/999_masq-footer]/ensure: defined content as '{md5}7a95360fccfb8d18eed4a48300e90647'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[masq]/Concat[/etc/shorewall/puppet/masq]/Exec[concat_/etc/shorewall/puppet/masq]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[masq]/Concat[/etc/shorewall/puppet/masq]/Exec[concat_/etc/shorewall/puppet/masq]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[routestopped]/Concat[/etc/shorewall/puppet/routestopped]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_routestopped]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[routestopped]/Concat[/etc/shorewall/puppet/routestopped]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_routestopped/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[routestopped]/Concat[/etc/shorewall/puppet/routestopped]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_routestopped/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[nat]/Concat::Fragment[nat-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_nat/fragments/000_nat-header]/ensure: defined content as '{md5}18f5f97460e43178aee757170c165c4c'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcclasses]/Concat[/etc/shorewall/puppet/tcclasses]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcclasses/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcclasses]/Concat::Fragment[tcclasses-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcclasses/fragments/999_tcclasses-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcclasses]/Concat::Fragment[tcclasses-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcclasses/fragments/000_tcclasses-header]/ensure: defined content as '{md5}f625e8e8f6be0955bccc32dec7027af7'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcclasses]/Concat[/etc/shorewall/puppet/tcclasses]/Exec[concat_/etc/shorewall/puppet/tcclasses]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcclasses]/Concat[/etc/shorewall/puppet/tcclasses]/Exec[concat_/etc/shorewall/puppet/tcclasses]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcclasses]/Concat[/etc/shorewall/puppet/tcclasses]/File[/etc/shorewall/puppet/tcclasses]/ensure: defined content as '{md5}d1dea65fcef7a8e7291075b3e397cf3e'
   - [mx1] notice: /Stage[main]/Site_config::Hosts/File[/etc/hostname]/content: content changed '{md5}8bbb21c9f0bbd1371e34e50e29bb1b3b' to '{md5}cdc2a110b1c83e44e60deee19e85dfdd'
   - [mx1] notice: /Stage[main]/Site_config::Hosts/Exec[/bin/hostname mx1]: Triggered 'refresh' from 2 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[interfaces]/Concat[/etc/shorewall/puppet/interfaces]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_interfaces/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[masq]/Concat[/etc/shorewall/puppet/masq]/File[/etc/shorewall/puppet/masq]/ensure: defined content as '{md5}6ae2105f21b2ec8107d4f1e62f284d06'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[routestopped]/Concat[/etc/shorewall/puppet/routestopped]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_routestopped/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[routestopped]/Concat::Fragment[routestopped-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_routestopped/fragments/000_routestopped-header]/ensure: defined content as '{md5}da99e17a239096333eaa5663e6d0e00e'
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Shorewall::Policy[fw-to-all]/Shorewall::Entry[policy-100-fw-to-all]/Concat::Fragment[policy-100-fw-to-all]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_policy/fragments/100_policy-100-fw-to-all]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[policy]/Concat[/etc/shorewall/puppet/policy]/Exec[concat_/etc/shorewall/puppet/policy]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[policy]/Concat[/etc/shorewall/puppet/policy]/Exec[concat_/etc/shorewall/puppet/policy]: Triggered 'refresh' from 6 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[policy]/Concat[/etc/shorewall/puppet/policy]/File[/etc/shorewall/puppet/policy]/ensure: defined content as '{md5}328cb0f2e524909fd7e5d46891b2e785'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[proxyarp]/Concat[/etc/shorewall/puppet/proxyarp]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_proxyarp]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[proxyarp]/Concat[/etc/shorewall/puppet/proxyarp]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_proxyarp/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[proxyarp]/Concat::Fragment[proxyarp-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_proxyarp/fragments/999_proxyarp-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[proxyarp]/Concat::Fragment[proxyarp-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_proxyarp/fragments/000_proxyarp-header]/ensure: defined content as '{md5}142636909947cc76d18d622fcd853a11'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[proxyarp]/Concat[/etc/shorewall/puppet/proxyarp]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_proxyarp/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[proxyarp]/Concat[/etc/shorewall/puppet/proxyarp]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_proxyarp/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[proxyarp]/Concat[/etc/shorewall/puppet/proxyarp]/Exec[concat_/etc/shorewall/puppet/proxyarp]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[proxyarp]/Concat[/etc/shorewall/puppet/proxyarp]/Exec[concat_/etc/shorewall/puppet/proxyarp]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[proxyarp]/Concat[/etc/shorewall/puppet/proxyarp]/File[/etc/shorewall/puppet/proxyarp]/ensure: defined content as '{md5}ce1c19775dc35dd7867d3ff37a1cf30f'
   - [mx1] notice: /Stage[main]/Apt/Modules_dir[apt]/Module_dir[apt]/File[/var/lib/puppet/modules/apt]/ensure: created
   - [mx1] notice: /Stage[main]/Apt/File[/var/lib/puppet/modules/apt/keys.d]/ensure: created
   - [mx1] notice: /File[/var/lib/puppet/modules/apt/keys.d/leap_key.asc]/ensure: defined content as '{md5}642ac728468d65004024eb749f1de091'
   - [mx1] notice: /File[/var/lib/puppet/modules/apt/keys.d/cloudant-key.asc]/ensure: defined content as '{md5}fcc0cc23cd62813d8409acfe22163c26'
   - [mx1] notice: /Stage[main]/Apt/Exec[custom_keys]: Triggered 'refresh' from 1 events
   - [mx1] notice: /Stage[main]/Apt::Preferences/File[/etc/apt/preferences]/ensure: created
   - [mx1] notice: /Stage[main]/Apt::Dot_d_directories/Exec[refresh_apt]: Triggered 'refresh' from 7 events
   - [mx1] notice: /Stage[main]/Site_apt::Leap_repo/Package[leap-keyring]/ensure: ensure changed 'purged' to 'latest'
   - [mx1] notice: /Stage[main]//Package[facter]/ensure: ensure changed '1.6.10-1' to '1.7.0-1~bpo70+1'
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Shorewall::Interface[eth1]/Shorewall::Entry[interfaces-100-eth1]/Concat::Fragment[interfaces-100-eth1]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_interfaces/fragments/100_interfaces-100-eth1]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[zones]/Concat[/etc/shorewall/puppet/zones]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_zones]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[zones]/Concat[/etc/shorewall/puppet/zones]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_zones/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[zones]/Concat::Fragment[zones-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_zones/fragments/999_zones-footer]/ensure: defined content as '{md5}3a3c56f43b3ac529f68741d307dcb5b8'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[zones]/Concat::Fragment[zones-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_zones/fragments/000_zones-header]/ensure: defined content as '{md5}7454235f43fefd066008bfbfd14e9f93'
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Shorewall::Zone[net]/Shorewall::Entry[zones-100-net]/Concat::Fragment[zones-100-net]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_zones/fragments/100_zones-100-net]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[zones]/Concat[/etc/shorewall/puppet/zones]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_zones/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[zones]/Concat[/etc/shorewall/puppet/zones]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_zones/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[zones]/Concat[/etc/shorewall/puppet/zones]/Exec[concat_/etc/shorewall/puppet/zones]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[zones]/Concat[/etc/shorewall/puppet/zones]/Exec[concat_/etc/shorewall/puppet/zones]: Triggered 'refresh' from 5 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[zones]/Concat[/etc/shorewall/puppet/zones]/File[/etc/shorewall/puppet/zones]/ensure: defined content as '{md5}b5cb0c1c3c3e404b595577584101117a'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[interfaces]/Concat[/etc/shorewall/puppet/interfaces]/Exec[concat_/etc/shorewall/puppet/interfaces]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[interfaces]/Concat[/etc/shorewall/puppet/interfaces]/Exec[concat_/etc/shorewall/puppet/interfaces]: Triggered 'refresh' from 6 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[interfaces]/Concat[/etc/shorewall/puppet/interfaces]/File[/etc/shorewall/puppet/interfaces]/ensure: defined content as '{md5}9ae7d2c52b79e6eb073e9050b221d21e'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tunnel]/Concat[/etc/shorewall/puppet/tunnel]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tunnel]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tunnel]/Concat[/etc/shorewall/puppet/tunnel]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tunnel/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tunnel]/Concat[/etc/shorewall/puppet/tunnel]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tunnel/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tunnel]/Concat::Fragment[tunnel-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tunnel/fragments/999_tunnel-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tunnel]/Concat[/etc/shorewall/puppet/tunnel]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tunnel/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tunnel]/Concat::Fragment[tunnel-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tunnel/fragments/000_tunnel-header]/ensure: defined content as '{md5}2984a752b7a6cd1f5e8d5f363f364b79'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tunnel]/Concat[/etc/shorewall/puppet/tunnel]/Exec[concat_/etc/shorewall/puppet/tunnel]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tunnel]/Concat[/etc/shorewall/puppet/tunnel]/Exec[concat_/etc/shorewall/puppet/tunnel]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tunnel]/Concat[/etc/shorewall/puppet/tunnel]/File[/etc/shorewall/puppet/tunnel]/ensure: defined content as '{md5}69f5485578a6bee7ac0562f70a414be9'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[blacklist]/Concat::Fragment[blacklist-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_blacklist/fragments/999_blacklist-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[blacklist]/Concat[/etc/shorewall/puppet/blacklist]/Exec[concat_/etc/shorewall/puppet/blacklist]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[blacklist]/Concat[/etc/shorewall/puppet/blacklist]/Exec[concat_/etc/shorewall/puppet/blacklist]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[blacklist]/Concat[/etc/shorewall/puppet/blacklist]/File[/etc/shorewall/puppet/blacklist]/ensure: defined content as '{md5}a7a14056cad7fb20955735f56360be95'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[nat]/Concat[/etc/shorewall/puppet/nat]/Exec[concat_/etc/shorewall/puppet/nat]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[nat]/Concat[/etc/shorewall/puppet/nat]/Exec[concat_/etc/shorewall/puppet/nat]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[nat]/Concat[/etc/shorewall/puppet/nat]/File[/etc/shorewall/puppet/nat]/ensure: defined content as '{md5}5844356ee95eb2a0352e546b62ac4038'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[hosts]/Concat[/etc/shorewall/puppet/hosts]/Exec[concat_/etc/shorewall/puppet/hosts]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[hosts]/Concat[/etc/shorewall/puppet/hosts]/Exec[concat_/etc/shorewall/puppet/hosts]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[hosts]/Concat[/etc/shorewall/puppet/hosts]/File[/etc/shorewall/puppet/hosts]/ensure: defined content as '{md5}e3c5c9aadeb9d5f9816fae3e92341e85'
   - [mx1] notice: /Stage[main]/Site_shorewall::Sshd/File[/etc/shorewall/macro.leap_sshd]/ensure: defined content as '{md5}c9502d74733d130bd24ade09a02c309e'
   - [mx1] notice: /Stage[main]/Site_shorewall::Sshd/Shorewall::Routestopped[eth1]/Shorewall::Entry[routestopped-100-eth1]/Concat::Fragment[routestopped-100-eth1]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_routestopped/fragments/100_routestopped-100-eth1]/ensure: created
   - [mx1] notice: /Stage[main]/Site_shorewall::Sshd/Shorewall::Routestopped[eth0]/Shorewall::Entry[routestopped-100-eth0]/Concat::Fragment[routestopped-100-eth0]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_routestopped/fragments/100_routestopped-100-eth0]/ensure: created
   - [mx1] notice: /Stage[main]/Site_shorewall::Sshd/Shorewall::Rule[net2fw-ssh]/Shorewall::Entry[rules-200-net2fw-ssh]/Concat::Fragment[rules-200-net2fw-ssh]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_rules/fragments/200_rules-200-net2fw-ssh]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rules]/Concat[/etc/shorewall/puppet/rules]/Exec[concat_/etc/shorewall/puppet/rules]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rules]/Concat[/etc/shorewall/puppet/rules]/Exec[concat_/etc/shorewall/puppet/rules]: Triggered 'refresh' from 7 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[rules]/Concat[/etc/shorewall/puppet/rules]/File[/etc/shorewall/puppet/rules]/ensure: defined content as '{md5}d9917f1b30877053faee4bcfc120b05f'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcrules]/Concat[/etc/shorewall/puppet/tcrules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcrules]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcrules]/Concat[/etc/shorewall/puppet/tcrules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcrules/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcrules]/Concat[/etc/shorewall/puppet/tcrules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcrules/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcrules]/Concat::Fragment[tcrules-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcrules/fragments/999_tcrules-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcrules]/Concat::Fragment[tcrules-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcrules/fragments/000_tcrules-header]/ensure: defined content as '{md5}1b625cfeadba73c8b60102de4bd78572'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcrules]/Concat[/etc/shorewall/puppet/tcrules]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_tcrules/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcrules]/Concat[/etc/shorewall/puppet/tcrules]/Exec[concat_/etc/shorewall/puppet/tcrules]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcrules]/Concat[/etc/shorewall/puppet/tcrules]/Exec[concat_/etc/shorewall/puppet/tcrules]: Triggered 'refresh' from 4 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[tcrules]/Concat[/etc/shorewall/puppet/tcrules]/File[/etc/shorewall/puppet/tcrules]/ensure: defined content as '{md5}1cf164f791df89bb9e6564a931adb2bc'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[params]/Concat[/etc/shorewall/puppet/params]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_params]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[params]/Concat[/etc/shorewall/puppet/params]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_params/fragments.concat.out]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[params]/Concat[/etc/shorewall/puppet/params]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_params/fragments.concat]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[params]/Concat[/etc/shorewall/puppet/params]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_params/fragments]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[params]/Concat::Fragment[params-header]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_params/fragments/000_params-header]/ensure: defined content as '{md5}037c8836c56c4b42101d3a773f146f4c'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[params]/Concat::Fragment[params-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_params/fragments/999_params-footer]/ensure: defined content as '{md5}3a3c56f43b3ac529f68741d307dcb5b8'
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Shorewall::Params[LOG]/Shorewall::Entry[params-100-LOG]/Concat::Fragment[params-100-LOG]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_params/fragments/100_params-100-LOG]/ensure: created
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[params]/Concat[/etc/shorewall/puppet/params]/Exec[concat_/etc/shorewall/puppet/params]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[params]/Concat[/etc/shorewall/puppet/params]/Exec[concat_/etc/shorewall/puppet/params]: Triggered 'refresh' from 5 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[params]/Concat[/etc/shorewall/puppet/params]/File[/etc/shorewall/puppet/params]/ensure: defined content as '{md5}ca1cb35a9533d801283b865b4f895fb0'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[routestopped]/Concat::Fragment[routestopped-footer]/File[/var/lib/puppet/concat/_etc_shorewall_puppet_routestopped/fragments/999_routestopped-footer]/ensure: defined content as '{md5}a1620d3e2306bd433d2e7083a3233e22'
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[routestopped]/Concat[/etc/shorewall/puppet/routestopped]/Exec[concat_/etc/shorewall/puppet/routestopped]/returns: executed successfully
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[routestopped]/Concat[/etc/shorewall/puppet/routestopped]/Exec[concat_/etc/shorewall/puppet/routestopped]: Triggered 'refresh' from 6 events
   - [mx1] notice: /Stage[main]/Shorewall/Shorewall::Managed_file[routestopped]/Concat[/etc/shorewall/puppet/routestopped]/File[/etc/shorewall/puppet/routestopped]/ensure: defined content as '{md5}f50f90a3d56de547c0c309803e105a45'
   - [mx1] notice: /Stage[main]/Shorewall::Base/Service[shorewall]/ensure: ensure changed 'stopped' to 'running'
   - [mx1] notice: /Stage[main]/Shorewall::Base/Service[shorewall]: Triggered 'refresh' from 23 events
   - [mx1] notice: /Stage[main]/Site_shorewall::Defaults/Augeas[shorewall-init]/returns: executed successfully
   - [mx1] notice: Finished catalog run in 109.50 seconds
   - [mx1] ERROR: could not update hostname.

(from redmine: created on 2013-08-28, closed on 2014-06-30, relates #5350 (closed))