Having an issue with appending ssh keys to the known_hosts file on systems.

I have multiple modules that need to use ssh into remote servers
without being prompted for a password, and therefore multiple places
that I need to manage/add to a known_hosts file for. If I simply put a
copy of known_hosts in the files/ directory of the module, and push it
out, any other modules that did the same are going to find the file
replaced. How can I manage this better?

If I use append_if_no_such_line, then I have to paste the key into the
manifest, which is ugly. It would be nice if append_if_no_such_line
could somehow take a source or template parameter.

Doug

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to