Decommission asachi, arm-linaro-01 and arm-linaro-03 (RT#6895)
[mirror/dsa-puppet.git] / modules / systemd / manifests / init.pp
index d5b896d..08f10fc 100644 (file)
@@ -13,6 +13,9 @@ class systemd {
                file { '/etc/systemd/journald.conf.d/persistency.conf':
                        source => 'puppet:///modules/systemd/persistency.conf',
                }
+               exec {'systemctl force-reload systemd-journald':
+                       refreshonly => true
+               }
        }
 
 }