Hi, On 07/11/2012 02:00 AM, Clay wrote: > > > it shows the entry created, but where is the file on the puppet master > server ? I checked /etc/ssh_known_hosts ( I created a empty one) , but > it's still empty.
you are mistaken. Exported resources are stored *in the database on the master*. The master won't get the resources, unless you have an agent on the master node (most people do) and this agent collects the stored resources. What happened here is that the agent on host1 exported its own key and subsequently added it to its own known hosts. Your manifest works such that each host adds all hosts, including itself. Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
