You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of param types which are not quite right, for example:
Variants with types which cover one another, where doing so is not beneficial for documentation
Params with Optional type, but a default that is not undef
Params with types which should be more specific, for example freeradius::sql::server should have Stdlib::IP::Address::Nosubnet, as a prefix does not make sense here
The text was updated successfully, but these errors were encountered:
There are a lot of param types which are not quite right, for example:
freeradius::sql::server
should haveStdlib::IP::Address::Nosubnet
, as a prefix does not make sense hereThe text was updated successfully, but these errors were encountered: