Closed traylenator closed 2 years ago
For the defined types and parameters
squid::cache_dir
options
undef
''
squid::snmp_port
squid::refresh_pattern
squid::http_port
squid::http_ports
This is backwards compatible for all cases except when options has been explicitly set to '' but I feel that is a non-case?
e.g.
squid::http_port{80: options => '',
would fail.
Resolves the linter issues for params_empty_string_assignment.
params_empty_string_assignment
Extra commits include:
Think I read accept' tests for 8 are currently broken somewhere....
After After https://github.com/voxpupuli/puppet-squid/pull/170
Pull Request (PR) description
For the defined types and parameters
squid::cache_dir
and the parameteroptions
the default is nowundef
rather than''
squid::snmp_port
and the parameteroptions
the default is nowundef
rather than''
squid::refresh_pattern
and the parameteroptions
the default is nowundef
rather than''
squid::http_port
and the parameteroptions
the default is nowundef
rather than''
squid::http_ports
and the parameteroptions
the default is nowundef
rather than''
This is backwards compatible for all cases except when
options
has been explicitly set to''
but I feel that is a non-case?e.g.
would fail.
Resolves the linter issues for
params_empty_string_assignment
.Extra commits include: