You might need:
    pluginsource       = puppet:///plugins
    pluginfactsource   = puppet:///pluginfacts

In your puppet.conf.

On Thursday, June 23, 2016 at 3:35:42 PM UTC-5, Matthew Ceroni wrote:
>
> 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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/c358a880-b138-4df1-bdc3-78a792809ce1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to