on notice display add external link to subject, locations, and languages, correct #0025938
class systemd {
Exec {
refreshonly => true,
path => $::path,
}
exec {
'systemctl-daemon-reload':
command => 'systemctl daemon-reload',
}
exec {
'systemd-tmpfiles-create':
command => 'systemd-tmpfiles --create',
}
}