summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-03-21 20:33:39 +0200
committerPaul Buetow <paul@buetow.org>2024-03-21 20:33:39 +0200
commitaecc42cd300e186ccab85c4bf8deed1b0dd602d9 (patch)
treeceda31ad460bce760771835e27cb290ca41926a1 /frontends/Rexfile
parent95c2365df04de6b8bfa964f672ab77aeb3ec792e (diff)
make CRON send out an email on DNS failover change
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 652d8c4..6a97f36 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -355,8 +355,6 @@ task 'nsd_failover', group => 'frontends',
group => 'wheel',
mode => '500';
- append_if_no_such_line '/etc/daily.local', '/usr/local/bin/dns-failover.ksh';
-
file '/tmp/root.cron',
ensure => 'file',
content => "*\t*\t*\t*\t*\t-ns /usr/local/bin/dns-failover.ksh",