Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (#5394) Document each Facter fact. | Ben H | 2011-03-31 | 1 | -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 failure | Dominic Cleal | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | (#2270) Remove DWIM code from ipaddress on Darwin. | Daniel Pittman | 2011-02-17 | 1 | -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 Lewis | 2010-07-21 | 1 | -2/+4 |
| | |||||
* | Fixed #3393 - Updates to Facter for MS Windows | David Schmitt | 2010-06-15 | 1 | -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 Zhou | 2010-01-10 | 1 | -6/+6 |
| | |||||
* | Fix #2306 netmask and ipaddress on SunOS and BSDs | Jim Pirzyk | 2009-08-23 | 1 | -2/+2 |
| | |||||
* | Fixed #2080 - IPAddress resolutions should be reordered | James Turnbull | 2009-03-17 | 1 | -41/+41 |
| | |||||
* | Fixed #1697 - Typo in ipaddress.rb causes timeout under Solaris 10 SPARC | James Turnbull | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | Set the timeout for the host-based and resolv-based resolutions to 2. | Luke Kanies | 2008-08-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Use ipconfig to determine ip address | Paul Nasrat | 2008-07-17 | 1 | -0/+19 |
| | |||||
* | Rejustifying all of the whitespace in the facts, yay. | Luke Kanies | 2008-06-17 | 1 | -135/+135 |
| | |||||
* | Added support for AIX fixing ticket #56 | James Turnbull | 2008-05-19 | 1 | -0/+20 |
| | |||||
* | Updated version. Moved most facts to seperate files. | James Turnbull | 2008-05-17 | 1 | -0/+131 |