[Puppet Users] Re: Copying multiple files to multiple locations

2013-08-13 Thread jcbollinger
On Friday, August 9, 2013 9:06:42 AM UTC-5, Matthijs Suringa wrote: Hi, I'm, still relatively new to Puppet, so there might be something I am overlooking. Anyway, my situation is that I can install 1 or multiple tomcat instances on a machine, and in order for me to ensure that they can

[Puppet Users] Re: Copying multiple files to multiple locations

2013-08-12 Thread Rahul Khengare
Hi Matthijs, You can try using array variable in file resource.This may solve your issue. Can you explain in detail. I mean the location of files and directory structures. If you want to copy the same file content in several files refer following code snippet,You can use various files path