On my Puppet master I see entries like this on syslog:
puppet-server-1 puppet-master[1307]: Could not resolve x.y.z.w: no name for x.y.z.w
This gets logged about once per minute.
`x.y.z.w` is ip address of device in my network but it has nothing to do with Puppet so I don't undestand why would Puppet master try to resolve it. Puppet master server is in same network as `x.y.z.w` and the ip really has no dns-record attached to it.
I am using `Puppet master 3.8.7` running on `Ubuntu 12.04.5 LTS`.
↧