Issue #4967 has been reported by Mathias Gug. ---------------------------------------- Feature #4967: Support _srv dns records for locating puppet master and puppet CA. http://projects.puppetlabs.com/issues/4967
Author: Mathias Gug Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected version: Keywords: Branch: It would be useful to support _srv dns records to locate the puppetmaster from an agent. I'd suggest to first look up for _srv text records and defaults to puppet if none are found. An example _srv definition could be: <pre> _puppet._tcp.example.com. 86400 IN SRV 10 60 8140 puppetmaster1.example.com. _puppetca._tcp.example.com. 86400 IN SRV 10 20 8140 puppetca1.example.com. </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
