diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-05 10:25:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-05 10:25:38 +0200 |
| commit | 39ab1c8c00fd1ef19b2b32c357af95e7d6c6140c (patch) | |
| tree | 0601df8ff2578b8d1f71a871e6629593e3f9e5ad | |
| parent | 7a35bce984c9e84376a2afd74f4587345686d8a3 (diff) | |
add foostats deps
| -rw-r--r-- | frontends/Rexfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 85ee996..039ad86 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -532,6 +532,9 @@ task 'foostats', group => 'frontends', append_if_no_such_line '/etc/daily.local', 'perl /usr/local/bin/foostats.pl --parse-logs'; + my @deps = qw(p5-Digest-SHA3 p5-PerlIO-gzip p5-JSON p5-String-Util); + pkg $_, ensure => present for @deps; + # For now, custom syslog config only required for foostats (to keep some logs for longer) # Later, could move out to a separate task here in the Rexfile. file '/etc/newsyslog.conf', |
