diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..eae97b0 --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,8 @@ +# systemd-specific stuff for Software Heritage +class systemd { + exec {'systemd-daemon-reload': + path => '/sbin:/usr/sbin:/bin:/usr/bin', + command => 'systemctl daemon-reload', + refreshonly => true, + } +}