On Fri, Jun 24, 2016 at 8:41 AM, Martin Jackson <[email protected]> wrote:
> You might need: > pluginsource = puppet:///plugins > pluginfactsource = puppet:///pluginfacts > > In your puppet.conf. > That's good advice if you're using puppet < 4 and the debug output seems to match that (since the host in the URL is "puppet"): Error: /File[/var/lib/puppet/facts.d]: Could not evaluate: Could not retrieve file metadata for puppet://puppet/pluginfacts: getaddrinfo: Name or service not known Note that issue should be fixed in 4.0 (see https://tickets.puppetlabs.com/browse/PUP-1035). We've had a report of a related issue in 4.x (see https://tickets.puppetlabs.com/browse/PUP-6297). Maybe related? > > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/c358a880-b138-4df1-bdc3-78a792809ce1%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/c358a880-b138-4df1-bdc3-78a792809ce1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Josh Cooper Developer, Puppet PuppetConf 2016 <http://2016.puppetconf.com/>, October 17-21, San Diego, California *Early Birds save $350* <https://www.eventbrite.com/e/puppetconf-2016-october-17-21-tickets-18750712887?discount=EarlyBird> - Register by June 30th -- 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/CA%2Bu97u%3DhqxAZcgEH4t25FcRFJg6ZFcyLZtJSJXHPCT9oJ0%2BKZg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
