Re: [Puppet Users] Create and run .bat

2014-08-04 Thread Neil
Hi You have interchanged / and \\ Btw I'd put any name you repeat in a variable to avoid this sort of thing. Also this looks like something you might like to do a lot so turn it into a define you can reuse. Cheers Neil On 4 Aug 2014 17:15, "Martin Hátaš" wrote: > Hi, I´m new in puppet and i

[Puppet Users] Create and run .bat

2014-08-04 Thread Martin Hátaš
Hi, I´m new in puppet and iam trying just copy .bat file from pupet server (which works fine) and then run it. My code is: file { "c:\\install\\interactive\\install-silent.bat": source_permissions => ignore, content => template('interactive_9_4_7/install-si