voxpupuli / puppet-squid

Puppet module for configuration of squid caching proxy.
https://forge.puppet.com/puppet/squid
Other
12 stars 54 forks source link

Allow multiple logformat directives in squid.conf #167

Closed gcoxmoz closed 2 years ago

gcoxmoz commented 2 years ago

Pull Request (PR) description

Similar to #151, this allows the logformatparameter to be a String (same as today) or an Array[String], to provide multiple logformat directives to squid.

This Pull Request (PR) fixes the following issues

n/a

traylenator commented 2 years ago

The error:

Mar 22 14:17:46 centos8-64.example.com squid[1628]: 2022/03/22 14:17:46| WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.

is from squid however.

It seems squid as version 4.5. just fails if IPv6 is not available.

squid-4.15-3 on 8 was built on the 15th feb so is new.

Trying to reproduce outside.

traylenator commented 2 years ago

After https://github.com/voxpupuli/puppet-squid/pull/170