From: Peter Palfrader Date: Tue, 7 Aug 2018 08:18:02 +0000 (+0200) Subject: all our hosts still want stretch::network_online though X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8a9d44bc2c16c7a852e880a009ef732c6fec2421;p=mirror%2Fdsa-puppet.git all our hosts still want stretch::network_online though --- diff --git a/modules/systemd/manifests/init.pp b/modules/systemd/manifests/init.pp index 1dd41cda5..2ee492f6e 100644 --- a/modules/systemd/manifests/init.pp +++ b/modules/systemd/manifests/init.pp @@ -6,6 +6,8 @@ class systemd { systemd::mask { 'sys-kernel-debug-tracing.mount': } systemd::mask { 'sys-kernel-debug.mount': } + include stretch::network_online + if $::hostname == 'godard' { exec {'mkdir -p /etc/systemd/journald.conf.d': unless => 'test -d /etc/systemd/journald.conf.d',