summaryrefslogtreecommitdiffstats
path: root/lib/facter/ipaddress.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#5394) Document each Facter fact.Ben H2011-03-311-0/+24
| | | | | | | | | Document all the builtin Facter facts in puppetdoc/rdoc format. This is laying the ground work for using a tool like puppet doc, or puppet describe but for facter, so you can see what a fact is for and how it resolves this. This is the "leg work" of documenting the actual facts, and the syntax of them may change in future.
* Fixed #5950 - Solaris ipaddress incorrect after bonding failureDominic Cleal2011-03-071-1/+1
|
* (#2270) Remove DWIM code from ipaddress on Darwin.Daniel Pittman2011-02-171-32/+1
| | | | | | | | | | | | This mirrors the behaviour of the newer code, and eliminates some DWIM work we do on a single, specific platform that should, better, be done on a global platform. This would be reintroduced globally, applied to all platforms, or otherwise rebuilt from a consistent base of specified behaviour. Paired-With: Matt Robinson <matt@puppetlabs.com> Paired-With: Max Martin <max@puppetlabs.com>
* Properly wrapped the windows ipaddress fact in a setcode block.Nick Lewis2010-07-211-2/+4
|
* Fixed #3393 - Updates to Facter for MS WindowsDavid Schmitt2010-06-151-18/+13
| | | | | | | | | | This patch is originally by Daniel Berger <djberg96@gmail.com>, I changed using Facter.value instead of repeatedly testing Config['host_os'], removed Resolution::which, and fixed the specs. Thanks to Paul Nasrat for helping with cross-platform debugging. Signed-off-by: David Schmitt <david@dasz.at>
* Only ignore IPs starting with 127.Ricky Zhou2010-01-101-6/+6
|
* Fix #2306 netmask and ipaddress on SunOS and BSDsJim Pirzyk2009-08-231-2/+2
|
* Fixed #2080 - IPAddress resolutions should be reorderedJames Turnbull2009-03-171-41/+41
|
* Fixed #1697 - Typo in ipaddress.rb causes timeout under Solaris 10 SPARCJames Turnbull2008-10-281-1/+1
|
* Set the timeout for the host-based and resolv-based resolutions to 2.Luke Kanies2008-08-181-2/+2
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Use ipconfig to determine ip addressPaul Nasrat2008-07-171-0/+19
|
* Rejustifying all of the whitespace in the facts, yay.Luke Kanies2008-06-171-135/+135
|
* Added support for AIX fixing ticket #56James Turnbull2008-05-191-0/+20
|
* Updated version. Moved most facts to seperate files.James Turnbull2008-05-171-0/+131