Hi, Is it possible with Puppet to copy the file:
/a/path/foo # <-- in node-source from "node-source" to "node-destination", but with a different path. By example: /another/path/bar # <-- in node-destination I know it's possible with exported files when the path is the same in node-source and node-destination but here the paths are different. In fact, my question is a little more complex. I would like to copy : /a/path/foo from node-source-1 /a/path/foo from node-source-2 /a/path/foo from node-source-3 /a/path/foo from node-source-4 etc. to node-destination in : /another/path/node-source-1 /another/path/node-source-2 /another/path/node-source-3 /another/path/node-source-4 etc. Thanks for your help. -- François Lafont -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
