summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-07 09:45:07 +0300
committerPaul Buetow <paul@buetow.org>2025-07-07 09:45:07 +0300
commit95042c100f8a2d23b2ee39e2fa7b682abdef759f (patch)
tree321f8b1cafd6a5a540f642543feffb3d12d4ae00 /frontends/Rexfile
parent3a7124faa6584e8b0c03c8bb7738116a5f110d5e (diff)
Update
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index cf33cbe..fa407e5 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -557,7 +557,7 @@ task 'foostats',
group => 'wheel',
mode => '440';
- append_if_no_such_line '/etc/daily.local', 'perl /usr/local/bin/foostats.pl --parse-logs --replicate';
+ append_if_no_such_line '/etc/daily.local', 'perl /usr/local/bin/foostats.pl --parse-logs --replicate --report';
my @deps = qw(p5-Digest-SHA3 p5-PerlIO-gzip p5-JSON p5-String-Util p5-LWP-Protocol-https);
pkg $_, ensure => present for @deps;