default ipv6_listen_port to listen_port
in 99% of the deployments both ports are identical. to make this easier
for the users we can just tell puppet that the default value for
$ipv6_listen_port is the value of $listen_port. That makes it easier for
people that want their dual stack application to listen on a nonstandard
port. They only need to set it once.