summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-04-06 23:02:42 +0300
committerPaul Buetow <paul@buetow.org>2024-04-06 23:02:42 +0300
commit894657ceafdb72b612f5c9143f6a3b0188d54dd7 (patch)
tree768e3888d229c2d2b29c85fd8c975f464b3bdfda /frontends
parentd9cb924a5e97ffb0523487a8f438e5ae145ece65 (diff)
add wt to taskwarrior
Diffstat (limited to 'frontends')
-rw-r--r--frontends/Rexfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 7b53d00..4bd9381 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -219,6 +219,8 @@ task 'httpd', group => 'frontends',
ensure => 'directory';
file '/var/www/htdocs/buetow.org/self',
ensure => 'directory';
+
+ # For failover health-check.
file '/var/www/htdocs/buetow.org/self/index.txt',
ensure => 'file',
content => template('./var/www/htdocs/buetow.org/self/index.txt.tpl');