Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9339349
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
623 B
Subscribers
None
View Options
diff --git a/manifests/init.pp b/manifests/init.pp
index eae97b0..475fbb6 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,8 +1,23 @@
-# systemd-specific stuff for Software Heritage
+# == Class: systemd
+#
+# Manage systemd configurations
+#
+# === Examples
+#
+# include ::systemd
+#
+# === Authors
+#
+# Nicolas Dandrimont <nicolas@dandrimont.eu>
+#
+# === Copyright
+#
+# Copyright 2015 The Software Heritage developers
+#
class systemd {
exec {'systemd-daemon-reload':
path => '/sbin:/usr/sbin:/bin:/usr/bin',
command => 'systemctl daemon-reload',
refreshonly => true,
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Jul 4 2025, 9:37 AM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3292557
Attached To
rSPSYSD Puppet systemd
Event Timeline
Log In to Comment