Hi peeps,
I'm rebuilding my old PuppetDB box on a new system, which is on a
v6-capable subnet. It has both IPv4 and IPv6 addresses. However,
PuppetDB is only listening on v6, regardless of what I put in the jetty.ini.
If I set ssl-host = 0.0.0.0 it ends up listening on :::8081
If I set ssl-host = 192.168.0.1 it ends up listening on
::ffff:
192.168.0.1:8081
This seems broken behaviour to me. For the time being, my Puppetmaster
master can't communicate with PuppetDB because the Puppetmaster is v4-only.
Anyone got any tips for making PuppetDB listen on both v4 and v6 properly?
Thanks,
Jonathan