Skip to content

Commit fd6a2d8

Browse files
committed
beta: add dropin to restart apache2 on failure
1 parent 4ca62f9 commit fd6a2d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/nodes/beta.kenyonralph.com.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,11 @@ rsyslog::config::modules:
220220
FileGroup: adm
221221

222222
smokeping::mode: master
223+
224+
systemd::dropin_files:
225+
apache2.conf:
226+
unit: apache2.service
227+
content: |
228+
# Managed by Puppet
229+
[Service]
230+
Restart=on-failure

0 commit comments

Comments
 (0)