Turn off forwarding of systemd journal messages to syslog-ng
[mirror/dsa-puppet.git] / modules / systemd / manifests / init.pp
1 class systemd {
2         file { '/etc/systemd/journald.conf':
3                 source => 'puppet:///modules/systemd/journald.conf',
4         }
5 }