Hello! I'm just getting started working with Puppet and testing on a Windows 2003 server. When I run facter on this server it returns a wrong value for the ipaddress (should be 10.10.0.203, but facter sets ipaddress=10.0.0.203). As you can see from the following ipconfig output, facter is looking at the TELECOM Ethernet adapter instead of the adapter used for the local domain (QALAB). Any work-around for this situation?
C:\Documents and Settings\Administrator>ipconfig Windows IP Configuration Ethernet adapter QALAB 10.10.0.203: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 10.10.0.203 Subnet Mask . . . . . . . . . . . : 255.255.254.0 Default Gateway . . . . . . . . . : 10.10.0.1 Ethernet adapter TELECOM 10.0.0.203: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 10.0.0.203 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/XqsWrS-vLHUJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.