summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp18
1 files changed, 0 insertions, 18 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
deleted file mode 100644
index 5e6ad792..00000000
--- a/manifests/init.pp
+++ /dev/null
@@ -1,18 +0,0 @@
-class systemd {
-
- Exec {
- refreshonly => true,
- path => $::path,
- }
-
- exec {
- 'systemctl-daemon-reload':
- command => 'systemctl daemon-reload',
- }
-
- exec {
- 'systemd-tmpfiles-create':
- command => 'systemd-tmpfiles --create',
- }
-
-}