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
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-
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://
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