I am attempting to load balance two master servers via SRV records.

https://gist.github.com/cyrus-mc/fefef0d07dcb6fe211ad8514ce2c710a

As you can see at line 6 it finds 2 records for the specified SRV. At line 
15 it makes a connection to one of the Puppet servers.

However at line 29 it connects to https://puppet:8140 which is the default 
puppet server if one isn't specified. 

Further down the connection details you see it does another SRV lookup 
(line 76), finds 2 records (as it should) and makes a connection to one of 
them for catalog compilation.

So SRV records appear to be working a little. Not sure what is happening 
around line 29 to cause it to just try and connect to puppet.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/e9ea39d8-c8cc-4197-a6cd-9372137b3a5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to