diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-11 10:21:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-11 10:21:41 +0200 |
| commit | 236ba86991ed2865e3336a671829f023b6dc6dbd (patch) | |
| tree | 8fc3da8ed761a4a1199db15698ca891521e28166 /frontends/Rexfile | |
| parent | b4ff1a2e3e9191f94108db210c0f14bb07c39f38 (diff) | |
make it compatible to macOS book
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 039ad86..6e02adf 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -532,7 +532,7 @@ 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); + my @deps = qw(p5-Digest-SHA3 p5-PerlIO-gzip p5-JSON p5-String-Util p5-Compress-Bzip2); pkg $_, ensure => present for @deps; # For now, custom syslog config only required for foostats (to keep some logs for longer) |
