Re: [Puppet Users] puppetlabs/concat Problem on Windows

2015-03-27 Thread Felix Frank
On 03/13/2015 03:40 PM, Fraser Goffin wrote: > I am attempting to use the puppetlabs/concat module on Windows, but > having some problems. I just found out that Richard has made an alternative that explicitly does support Windows: https://forge.puppetlabs.com/ispavailability/file_concat -- You

Re: [Puppet Users] puppetlabs/concat Problem on Windows

2015-03-26 Thread Neil - Puppet List
Hello As it is a param to the file resource you could set it as the default with File { source_permissions => ignore, } Be warned that it may mess up other file resources. Neil On 13 Mar 2015 15:13, "Fraser Goffin" wrote: > Hi, > > I am attempting to use the puppetlabs/concat module on Window

Re: [Puppet Users] puppetlabs/concat Problem on Windows

2015-03-25 Thread Felix Frank
On 03/13/2015 03:40 PM, Fraser Goffin wrote: > If I look at this file I can see that it indeed does not have read (or > any other) permissions set. > > I tried adding values user, group and mode but to no avail. > > Can anyone suggest what I need to do here ? Shot in the dark: Is the agent running

[Puppet Users] puppetlabs/concat Problem on Windows

2015-03-13 Thread Fraser Goffin
Hi, I am attempting to use the puppetlabs/concat module on Windows, but having some problems. To keep things really simple since it illustrates the problem, here is the mainfest I'm using (note: it just uses concat at this stage) :- class concat_file { concat { 'E:/Temp/puppetTests/myfile