Browse Source

Define systemctl daemon-reload command to pull in if required

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 years ago
parent
commit
e5f4789011
2 changed files with 10 additions and 0 deletions
  1. 9 0
      systemd/init.sls
  2. 1 0
      top.sls

+ 9 - 0
systemd/init.sls

@@ -0,0 +1,9 @@
+#
+# systemd related stuff
+#
+
+# Define systemd daemon-reload command to pull in if required
+systemctl-daemon-reload:
+  cmd.wait:
+    - name: systemctl daemon-reload
+    - watch: []

+ 1 - 0
top.sls

@@ -20,6 +20,7 @@ base:
     - snmpd
     - ssh
     - sysctl
+    - systemd
     - timezone
     - vim
     - unattended-upgrades