summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed #2215 - Added support for SUSE Linux Enterprise Desktop to ↵Andreas Zuber2009-05-102-1/+3
| | | | | | | | operatingsystem and operatingsystemrelease
* | Added support for ArchLinux to operatingsystem factJames Turnbull2009-05-101-0/+2
| |
* | Fixes #2169 Correctly recognises dom0 and domUsJames Turnbull2009-05-101-10/+14
| |
* | Partial fix for #2191 - Facter compatibility for Ruby 1.9James Turnbull2009-04-273-11/+11
| |
* | Fixing ifconfig warnings generated on OS XLuke Kanies2009-04-201-10/+6
| | | | | | | | | | | | | | | | The interface collection regex was leaving trailing ':' characters on the interface names, which meant individual interfaces weren't quite right. Signed-off-by: Luke Kanies <luke@madstop.com>
* | Fixed #2132 - support for named interface aliases under linuxJames Turnbull2009-04-211-1/+1
| |
* | correctly compare values - fixes #2021Peter Meier2009-04-072-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this ensures we can compare all kind of objects and not only instances of strings. It compares strings in a case-insensitive manner and converts symbols to strings. introducing this behavior required that we introduce a convert util method, to ensure that we convert the value correctly. Introduced this method in other places as well. This behavior change requires that we drop one test, which have become anyway deprecated.
* | Fixed #2080 - IPAddress resolutions should be reorderedJames Turnbull2009-03-171-41/+41
| |
* | Use resultion.exec util instead of which checksPeter Meier2009-03-171-12/+8
| | | | | | | | Use rather our util to exec commands than implementing our own hack.
* | Fix to stdout in resolution.rbJames Turnbull2009-03-171-2/+2
| |
* | Fixed #2081 - Fixed interfaces fact for vlan subinterfacesJames Turnbull2009-03-171-1/+1
| |
* | Fixed #2063 - added kernelmajversion factJames Turnbull2009-03-111-0/+5
|/
* Fixed #2055 - SunoS Interface errorJames Turnbull2009-03-071-1/+1
|
* Fixed #2044 - virtual fact thread fixJames Turnbull2009-03-071-7/+11
|
* Fixed #2040 - Facter should provide a macosx_productversion_major factJames Turnbull2009-03-011-0/+5
|
* Fix virtual fact if xen but /proc/virtual presentduritong2009-03-011-1/+1
| | | | | | | I found a xenu system where /proc/virtual was present, so facter always reported it as vserver_host. This fix will set facter only to vserver_host if the box is still seen as physical, hence no other virtual technology have been detected.
* Fixed #2003 - Added is_virtual factJames Turnbull2009-03-011-0/+13
|
* more consistent indentation and alignment. also removal of trailing whitespaceIan Taylor2009-02-2817-451/+448
|
* Further fix #2032 - close IOJames Turnbull2009-02-281-0/+1
|
* Added EC2 factsJames Turnbull2009-02-281-0/+35
|
* Fixed #2032 - file.open hanging on /proc/uptime on some platformJames Turnbull2009-02-281-1/+2
|
* Updated to version 1.5.4Luke Kanies2009-02-171-1/+1
|
* Fixed #1966 - Added physicalprocessorcount factJames Turnbull2009-02-131-0/+7
|
* This commit refs #1555, #1898 and fixes #1761Joel W. Shea2009-02-132-7/+5
| | | | a
* Added support for Oracle VM Server to operatingsystem and operatingsystemreleaseJames Turnbull2009-02-112-0/+14
|
* Added support for Oracle Enterprise Linux to operatingsystemJames Turnbull2009-02-112-0/+14
| | | | and operatingsystemrelease
* Fixing #1927 - failing facts don't kill FacterLuke Kanies2009-02-041-0/+3
| | | | | | Facts that raise exceptions just return nil now. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed #1850 - Facter updates for Ruby 1.9James Turnbull2009-02-045-11/+11
|
* Fixed #1924 - Fixed lo / lo:0 local interface matchingJames Turnbull2009-02-041-1/+1
|
* Fixed generic uptime factJames Turnbull2009-02-031-0/+2
|
* Fixed Ubuntu operatingsystem identificationJames Turnbull2009-02-031-0/+2
|
* Cleaner fix for #1926James Turnbull2009-02-032-2/+2
|
* Fixed #1926 - IPAddr to_s issueJames Turnbull2009-02-031-1/+1
|
* Added timezone factJames Turnbull2009-01-301-0/+5
|
* Updated to version 1.5.3Luke Kanies2009-01-281-1/+1
|
* Fixing the usage of the macosx util module; I somehow missed renaming it hereLuke Kanies2009-01-271-3/+3
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed uptime refactor issues on non-Linux platformsJames Turnbull2009-01-281-8/+9
| | | | Signed-off-by: James Turnbull <james@lovedthanlost.net>
* Renaming Facter::Macosx to Facter::Util::MacosxLuke Kanies2009-01-271-1/+1
| | | | | | This name change just reflects the file location. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing #1838 - profiler failures don't throw exceptionsLuke Kanies2009-01-271-10/+24
| | | | | | | Also added tests to the macosx code; it's much cleaner and actually tested now. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed #1867 - Fixed OpenSuSE detectionLuke Kanies2009-01-272-1/+5
| | | | | | Applied patch by miah. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing #1854 - Adding ArchLinux supportLuke Kanies2009-01-271-0/+2
| | | | | | Used patch by miah. Signed-off-by: Luke Kanies <luke@madstop.com>
* Added network factJames Turnbull2009-01-273-2/+24
|
* Fixed #1870 - Format all subnet masks as human-readableJames Turnbull2009-01-271-2/+7
|
* Added uptime factsJames Turnbull2009-01-262-0/+51
|
* Refactor - rename ipmess to interfacesPaul Nasrat2009-01-241-1/+1
|
* Fix bug #1870 and add interface fact support for darwin systemsPaul Nasrat2009-01-151-3/+3
|
* Refactoring the IP support, and fixing #1846.Luke Kanies2009-01-152-55/+62
| | | | | | | | | | | | | | | | 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-1519-270/+267
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing #1761 - Solaris no longer uses /etc/releaseLuke Kanies2008-12-301-6/+1
| | | | | | Applying patch by andy. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed #1791 - support for virtual fact on Solaris 10James Turnbull2008-12-221-9/+17
|