[Puppet Users] fileserving in parser function

2014-04-04 Thread Rich Siegel
In my loadcsv parser function I do (I stripped out all non-relevant parts) ``` require 'puppet/file/serving/configuration' # on windows this fails - path is the args[0]: # path = 'puppet:///modules/name/myfile.csv' content = Puppet::FileServing::Content.indirection.find(path) ``` just trying t

Re: [Puppet Users] fileserving in parser function

2014-04-07 Thread Rob Reynolds
Rich, What version is the puppet agent? On Fri, Apr 4, 2014 at 3:51 PM, Rich Siegel wrote: > In my loadcsv parser function I do (I stripped out all non-relevant parts) > > ``` > require 'puppet/file/serving/configuration' > # on windows this fails - path is the args[0]: > # path = 'puppet://

Re: [Puppet Users] fileserving in parser function

2014-04-08 Thread Rich Siegel
I am getting this error in rpec using the puppet gem 3.4.3 On Monday, April 7, 2014 10:43:38 AM UTC-4, Rob Reynolds wrote: > > Rich, > What version is the puppet agent? > > > On Fri, Apr 4, 2014 at 3:51 PM, Rich Siegel > > wrote: > >> In my loadcsv parser function I do (I stripped out all non-

Re: [Puppet Users] fileserving in parser function

2014-04-09 Thread Rob Reynolds
One of the reasons you might see this could be a check on the path in 3.4.x to verify that volumes are NTFS. I think we may have already fixed this for 3.5.x with https://tickets.puppetlabs.com/browse/PUP-1450. Another thing to verify is that you have all of the correct gems (and versions) loaded