summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-09-11 14:24:48 +0300
committerPaul Buetow <paul@buetow.org>2022-09-11 14:24:48 +0300
commit3a8c90696e8d5adc4e763a61ee6fec30f038bcc3 (patch)
tree40cde6964e210c9e598721508a3ed4999ef812aa /frontends/Rexfile
parent7528001f744c3c1df6c0950c45a29de6851d684c (diff)
add footos.buetow.org
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 052c3a6..79701d2 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -77,7 +77,7 @@ our $filewalk = sub {
our $secrets = sub { read_file './secrets/' . shift };
our @dns_zones = qw/buetow.org dtail.dev foo.surf foo.zone irregular.ninja sidewalk.ninja snonux.de snonux.me snonux.land/;
-our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org dtail.dev foo.zone irregular.ninja snonux.land/;
+our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org footos.buetow.org dtail.dev foo.zone irregular.ninja snonux.land/;
# UTILITY TASKS
@@ -342,11 +342,6 @@ task 'failunderd', group => 'frontends',
};
-desc 'Setup dory.buetow.org';
-task 'dory', group => 'frontends',
- sub {
- };
-
# COMBINED TASKS SECTION
desc 'Common configs of all hosts';