Hello,

If I'm not mistaken, you could use exported resources for this. e.g.:

node client {
  @@file { ..., tag => "SSL_cert_whatever" }
}

node server {
  File <<| tag == 'SSL_cert_whatever'  |>>

On 11-12-13 08:11 AM, Dan White wrote:
> I am dealing with SSL certificates for secure rsyslog that need to be created 
> on each machine and then collected onto the logging server.
> 
> Getting a file from puppetmaster to client is trivial, but how do I reverse 
> the process ?
> 
> “Sometimes I think the surest sign that intelligent life exists elsewhere in 
> the universe is that none of it has tried to contact us.”
> Bill Waterson (Calvin & Hobbes)
> 

-- 
Gabriel Filion

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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