Title: Message Title
Rob Reynolds commented on an issue
Facter / New Feature FACT-699
Create a fact to report on ruby architecture
If a user tries to write manifests that work correctly on both x86 and x64 Windows, when file system redirection is enabled (x86) and not (x64), they need to be able to conditionally define file resources. For example, on x86:

{noformat}
file { 'c:/windows/sysnative/myfile.txt':
  ensure => file
}
{noformat}

And on x64:

{noformat}
file { 'c:...

--
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to