Revert "add stackforge/openstacklib to 3rdparty"
[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 }