summaryrefslogtreecommitdiffstats
path: root/lib/facter/ipmess.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor - rename ipmess to interfacesPaul Nasrat2009-01-241-33/+0
|
* Refactoring the IP support, and fixing #1846.Luke Kanies2009-01-151-26/+13
| | | | | | | | | | | | | | | | I've made the IPMess stuff a lot less messy, and refactored a lot of the util/ip module, including naming it more sensibly. The biggest changes are that I moved the big case statement into a constant and then used a bit of dispatch-style logic to use it, and I eliminated a bunch of duplicate code in the ipmess.rb file. Added some test data for FreeBSD and fixed a bug in my map logic pointed out by Paul Nasrat. I've also fixed #1846, in that the interface list now s/:/_/g. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing indentation everywhereLuke Kanies2009-01-151-23/+23
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed #1547 - finally killed dots in IP address factsJames Turnbull2008-09-121-1/+1
|
* Fixed . dot escapingJames Turnbull2008-09-031-1/+1
|
* Remove duplicated code pathsPaul Nasrat2008-08-081-36/+7
| | | | Signed-off-by: Paul Nasrat <pnasrat@googlemail.com>
* Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for *BSD ↵James Turnbull2008-06-091-8/+38
| | | | aliased interfaces.
* Updated version. Moved most facts to seperate files.James Turnbull2008-05-171-13/+1
|
* fixing whitespaceLuke Kanies2008-05-131-30/+29
|
* Closes #1145 - fixed bad interface names by replacing : with _James Turnbull2008-03-201-3/+5
|
* Fixed #46 - refactor ipmess.rbJames Turnbull2008-02-161-108/+23
|
* Added support for multiple interfaces, macaddress and netmask facts for ↵James Turnbull2008-02-071-5/+57
| | | | Linux, *BSD, and Solaris
* Added index to imess.rb fixing Ticket #43.James Turnbull2007-11-081-15/+19
|
* Fixed ticket #44James Turnbull2007-11-051-2/+2
|
* Revert "Adjusted :kernel confine to make it more in line with others"James Turnbull2007-09-161-12/+12
| | | | This reverts commit c5e6f602ae71d43ec58b65ec6b2f4f540bc27649.
* Adjusted :kernel confine to make it more in line with othersroot2007-09-161-18/+58
| | | | Replaced initial ipmess.rb with updated version and added BSD support
* Added support to return multiple interfaces and their IP addresses as facts. ↵James Turnbull2007-09-131-0/+45
Existing ipaddress fact which returns IP address of first interface on node is still available. Currently Linux only. Closes #6