mirror-anu must not be in apache2_www_mirror if it is in static
[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 }