Issue #8658 has been updated by Jacob Helwig.

Status changed from Accepted to Merged - Pending Release

This was fixed as part of a different patch series in 
commit:37f87b709598b48bc8b562422da27cc73cc1eff1

    Treat Windows absolute paths as absolute paths

    Previously, we only considered files that matched the *nix concept of
    'absolute' as being absolute paths.  Since absolute paths on Windows
    look more like URLs with this world-view, we need to specifically look
    for the Windows absolute paths, and treat them as such.

    We will still treat *nix absolute paths as absolute on Windows, even
    though they are actually relative to the "current" drive.  We do not
    currently limit which "style" of absolute path is allowed based on
    what the agent is.

----------------------------------------
Bug #8658: The file source parameter does not accept Windows paths
https://projects.puppetlabs.com/issues/8658

Author: Josh Cooper
Status: Merged - Pending Release
Priority: Normal
Assignee: 
Category: windows
Target version: 2.7.x
Affected Puppet version: 
Keywords: 
Branch: 


When a Windows path is specified as a file source, the C:/ is interpreted as a 
URL where C is the protocol. It should be possible to specify Windows file 
paths and have them be interpretered as local file paths.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to