use puppet datatype fully
The class freeipa::validate_params use deprecated functions and need to be removed.
For instance, class freeipa::validate_params uses deprecated function is_ipv4_address and class freeipa use only datatype String $ipaddress.
Instead we have to use datatype Stdlib::Ip_address $ipaddress with class freeipa, and that all.