diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-07 09:45:07 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-07 09:45:07 +0300 |
| commit | 95042c100f8a2d23b2ee39e2fa7b682abdef759f (patch) | |
| tree | 321f8b1cafd6a5a540f642543feffb3d12d4ae00 /frontends/Rexfile | |
| parent | 3a7124faa6584e8b0c03c8bb7738116a5f110d5e (diff) | |
Update
Diffstat (limited to 'frontends/Rexfile')
| -rw-r--r-- | frontends/Rexfile | 2 |
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; |
