Issue #23235 has been reported by Rob Reynolds.
----------------------------------------
Feature #23235: On Windows allow using root path for file type
https://projects.puppetlabs.com/issues/23235
* Author: Rob Reynolds
* Status: Unreviewed
* Priority: Normal
* Assignee:
* Category:
* Target version:
* Affected Puppet version:
* Keywords: windows
* Branch:
----------------------------------------
This would allow full path in a way that doesn't require specifying the drive
to look at. When this is specified, we will use SYSTEMDRIVE. This would allow
multiple computers with different system drives to be able to use the same
manifests. This could also open the door for more platforms using the same
manifest with less use of selectors based on the OS.
<pre>
file {'/somepath':
ensure => directory,
}
file { '/somepath/somefile.txt':
ensure => file,
content => 'this is content',
}
</pre>
Those would translate to `c:\somepath` and `c:\somepath\somefile.txt`
respectively on Windows if SYSTEMDRIVE was C:, otherwise it would translate to
whatever the system drive is set to on Windows.
--
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.