summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-04-25 16:52:54 -0300
committerMicah <micah@leap.se>2016-04-27 09:48:16 -0300
commite0e3bc3478b3b7ca1afe24ff7e44dbdfa384ea44 (patch)
treee173a3b56dd21b164b1912cfee87a9e6007f5376 /.gitmodules
parent91dd5a8b3c6d7bc6b06852c1659564c5559d743d (diff)
Fix shorewall not starting with systemd (#8044)
Shorewall in jessie doesn't come with a proper unit file, and as a result, it doesn't properly start with systemd. To solve this, we provide the systemd unit file that comes with stretch, add a systemd submodule that provides the exec resources needed for when systemd units or configuration files are changed Change-Id: I861fa951835928b4741abfbf969adcee4b8f147b
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 7005b770..051117f8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -91,3 +91,6 @@
[submodule "puppet/modules/check_mk"]
path = puppet/modules/check_mk
url = https://leap.se/git/puppet_check_mk
+[submodule "puppet/modules/systemd"]
+ path = puppet/modules/systemd
+ url = https://leap.se/git/puppet_systemd