summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-01-31 22:06:56 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-01-31 22:06:56 +0100
commit0a01dbbbb35b9c8106532fcbedab9eb096072ac9 (patch)
treec04997c5819a096891351eba0cd8c3b0b51be511 /roles
parentopenwrt: always save build log (diff)
acmetool: fix template for systemd-override
Diffstat (limited to 'roles')
-rw-r--r--roles/acmetool/base/templates/systemd-override.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/acmetool/base/templates/systemd-override.conf.j2 b/roles/acmetool/base/templates/systemd-override.conf.j2
index dc62cb05..5de58bdd 100644
--- a/roles/acmetool/base/templates/systemd-override.conf.j2
+++ b/roles/acmetool/base/templates/systemd-override.conf.j2
@@ -5,8 +5,8 @@
# prevent the unit from being loaded when the filesystem is
# not yet mounted.
RequiresMountsFor={{ acmetool_challenge_webroot_path }}
-{% endif %}
+{% endif %}
[Service]
{% if acmetool_http_proxy is defined %}
Environment=http_proxy={{ acmetool_http_proxy }}