Issue #9189 has been updated by Josh Cooper.
Seems there's some problems with parameter path validation and backslashes:
Z:\work\puppet>puppet resource file c:\puppet\somefile.txt
Could not run: Parameter path failed: File paths must be fully qualified, not
'c:\puppet\somefile.txt'
But forward slashes work:
Z:\work\puppet>puppet resource file c:/puppet/somefile.txt
file { 'c:/puppet/somefile.txt':
ensure => 'file',
content => '{md5}5d41402abc4b2a76b9719d911017c592',
ctime => 'Thu Sep 08 16:51:54 -0700 2011',
group => '0',
mode => '644',
mtime => 'Thu Sep 08 16:52:20 -0700 2011',
owner => '0',
type => 'file',
}
----------------------------------------
Bug #9189: File provider on Windows
https://projects.puppetlabs.com/issues/9189
Author: Josh Cooper
Status: Accepted
Priority: Normal
Assignee:
Category: windows
Target version: 2.7.x
Affected Puppet version:
Keywords:
Branch:
The win32 file provider (lib/puppet/provider/file/win32.rb) needs to be
rewritten. It contains code copied from the mac, some methods aren't
implemented (validuser? always returns 0), etc. As part of this change, we need
to determine how user/group names are specified, e.g. "BUILTIN\Administrator",
"Administrator", SID?
--
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.