From 18e0446c9c545f396d7737b406e6e207748e7926 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 22 Dec 2022 13:01:30 +0100 Subject: move acmetool to new x509 subdir --- .../acmetool/base/templates/systemd-override.conf.j2 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 roles/acmetool/base/templates/systemd-override.conf.j2 (limited to 'roles/acmetool/base/templates/systemd-override.conf.j2') diff --git a/roles/acmetool/base/templates/systemd-override.conf.j2 b/roles/acmetool/base/templates/systemd-override.conf.j2 deleted file mode 100644 index 5de58bdd..00000000 --- a/roles/acmetool/base/templates/systemd-override.conf.j2 +++ /dev/null @@ -1,19 +0,0 @@ -{% if acmetool_challenge_webroot_path is defined %} -[Unit] -# In case the webroot path is hosted by a filesystem that is -# using a systemd automount unit the ReadWritePaths= below does -# prevent the unit from being loaded when the filesystem is -# not yet mounted. -RequiresMountsFor={{ acmetool_challenge_webroot_path }} - -{% endif %} -[Service] -{% if acmetool_http_proxy is defined %} -Environment=http_proxy={{ acmetool_http_proxy }} -{% endif %} -{% if acmetool_https_proxy is defined %} -Environment=https_proxy={{ acmetool_https_proxy }} -{% endif %} -{% if acmetool_challenge_webroot_path is defined %} -ReadWritePaths={{ acmetool_challenge_webroot_path }} -{% endif %} -- cgit v1.2.3