Issue #16668 has been updated by Rob Reynolds.
If you can take a look at that pull request and validate that it will pull properly in german, that would be great. We are in the process of setting up a non US version of windows to test things like this out. I believe this will work since I switched ipaddress, ipaddress6, netmask, and macaddress over to wmi queries and am in the process of getting that functionality finished for the interface specific facts. ---------------------------------------- Bug #16668: [windows] ipaddress fact reports hostname https://projects.puppetlabs.com/issues/16668#change-95261 * Author: Sebastian Lehn * Status: Accepted * Priority: Normal * Assignee: * Category: windows * Target version: * Keywords: ipaddress, windows, locale * Branch: https://github.com/puppetlabs/facter/pull/496 * Affected Facter version: 1.6.11 ---------------------------------------- Something is wrong with the ipaddress fact. Fact ipaddress reports hostname and not an ipaddress! More surprising is, if i call facter with the name of the fact ipaddress the value is correct. See the following shell output: C:\Program Files (x86)\Puppet Labs\Puppet\bin>facter.bat | find "ipaddress =>" ipaddress => dc1 C:\Program Files (x86)\Puppet Labs\Puppet\bin> C:\Program Files (x86)\Puppet Labs\Puppet\bin>facter.bat ipaddress 172.16.96.161 C:\Program Files (x86)\Puppet Labs\Puppet\bin> Maybe related ticket: #16665 System: Windows Server 2008 R2 Enterprise (German) -- 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.
