Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed #2215 - Added support for SUSE Linux Enterprise Desktop to ↵ | Andreas Zuber | 2009-05-10 | 2 | -1/+3 | |
| | | | | | | | | operatingsystem and operatingsystemrelease | |||||
* | | Added support for ArchLinux to operatingsystem fact | James Turnbull | 2009-05-10 | 1 | -0/+2 | |
| | | ||||||
* | | Fixes #2169 Correctly recognises dom0 and domUs | James Turnbull | 2009-05-10 | 1 | -10/+14 | |
| | | ||||||
* | | Partial fix for #2191 - Facter compatibility for Ruby 1.9 | James Turnbull | 2009-04-27 | 3 | -11/+11 | |
| | | ||||||
* | | Fixing ifconfig warnings generated on OS X | Luke Kanies | 2009-04-20 | 1 | -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 linux | James Turnbull | 2009-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | correctly compare values - fixes #2021 | Peter Meier | 2009-04-07 | 2 | -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 reordered | James Turnbull | 2009-03-17 | 1 | -41/+41 | |
| | | ||||||
* | | Use resultion.exec util instead of which checks | Peter Meier | 2009-03-17 | 1 | -12/+8 | |
| | | | | | | | | Use rather our util to exec commands than implementing our own hack. | |||||
* | | Fix to stdout in resolution.rb | James Turnbull | 2009-03-17 | 1 | -2/+2 | |
| | | ||||||
* | | Fixed #2081 - Fixed interfaces fact for vlan subinterfaces | James Turnbull | 2009-03-17 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed #2063 - added kernelmajversion fact | James Turnbull | 2009-03-11 | 1 | -0/+5 | |
|/ | ||||||
* | Fixed #2055 - SunoS Interface error | James Turnbull | 2009-03-07 | 1 | -1/+1 | |
| | ||||||
* | Fixed #2044 - virtual fact thread fix | James Turnbull | 2009-03-07 | 1 | -7/+11 | |
| | ||||||
* | Fixed #2040 - Facter should provide a macosx_productversion_major fact | James Turnbull | 2009-03-01 | 1 | -0/+5 | |
| | ||||||
* | Fix virtual fact if xen but /proc/virtual present | duritong | 2009-03-01 | 1 | -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 fact | James Turnbull | 2009-03-01 | 1 | -0/+13 | |
| | ||||||
* | more consistent indentation and alignment. also removal of trailing whitespace | Ian Taylor | 2009-02-28 | 17 | -451/+448 | |
| | ||||||
* | Further fix #2032 - close IO | James Turnbull | 2009-02-28 | 1 | -0/+1 | |
| | ||||||
* | Added EC2 facts | James Turnbull | 2009-02-28 | 1 | -0/+35 | |
| | ||||||
* | Fixed #2032 - file.open hanging on /proc/uptime on some platform | James Turnbull | 2009-02-28 | 1 | -1/+2 | |
| | ||||||
* | Updated to version 1.5.4 | Luke Kanies | 2009-02-17 | 1 | -1/+1 | |
| | ||||||
* | Fixed #1966 - Added physicalprocessorcount fact | James Turnbull | 2009-02-13 | 1 | -0/+7 | |
| | ||||||
* | This commit refs #1555, #1898 and fixes #1761 | Joel W. Shea | 2009-02-13 | 2 | -7/+5 | |
| | | | | a | |||||
* | Added support for Oracle VM Server to operatingsystem and operatingsystemrelease | James Turnbull | 2009-02-11 | 2 | -0/+14 | |
| | ||||||
* | Added support for Oracle Enterprise Linux to operatingsystem | James Turnbull | 2009-02-11 | 2 | -0/+14 | |
| | | | | and operatingsystemrelease | |||||
* | Fixing #1927 - failing facts don't kill Facter | Luke Kanies | 2009-02-04 | 1 | -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.9 | James Turnbull | 2009-02-04 | 5 | -11/+11 | |
| | ||||||
* | Fixed #1924 - Fixed lo / lo:0 local interface matching | James Turnbull | 2009-02-04 | 1 | -1/+1 | |
| | ||||||
* | Fixed generic uptime fact | James Turnbull | 2009-02-03 | 1 | -0/+2 | |
| | ||||||
* | Fixed Ubuntu operatingsystem identification | James Turnbull | 2009-02-03 | 1 | -0/+2 | |
| | ||||||
* | Cleaner fix for #1926 | James Turnbull | 2009-02-03 | 2 | -2/+2 | |
| | ||||||
* | Fixed #1926 - IPAddr to_s issue | James Turnbull | 2009-02-03 | 1 | -1/+1 | |
| | ||||||
* | Added timezone fact | James Turnbull | 2009-01-30 | 1 | -0/+5 | |
| | ||||||
* | Updated to version 1.5.3 | Luke Kanies | 2009-01-28 | 1 | -1/+1 | |
| | ||||||
* | Fixing the usage of the macosx util module; I somehow missed renaming it here | Luke Kanies | 2009-01-27 | 1 | -3/+3 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Fixed uptime refactor issues on non-Linux platforms | James Turnbull | 2009-01-28 | 1 | -8/+9 | |
| | | | | Signed-off-by: James Turnbull <james@lovedthanlost.net> | |||||
* | Renaming Facter::Macosx to Facter::Util::Macosx | Luke Kanies | 2009-01-27 | 1 | -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 exceptions | Luke Kanies | 2009-01-27 | 1 | -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 detection | Luke Kanies | 2009-01-27 | 2 | -1/+5 | |
| | | | | | | Applied patch by miah. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Fixing #1854 - Adding ArchLinux support | Luke Kanies | 2009-01-27 | 1 | -0/+2 | |
| | | | | | | Used patch by miah. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Added network fact | James Turnbull | 2009-01-27 | 3 | -2/+24 | |
| | ||||||
* | Fixed #1870 - Format all subnet masks as human-readable | James Turnbull | 2009-01-27 | 1 | -2/+7 | |
| | ||||||
* | Added uptime facts | James Turnbull | 2009-01-26 | 2 | -0/+51 | |
| | ||||||
* | Refactor - rename ipmess to interfaces | Paul Nasrat | 2009-01-24 | 1 | -1/+1 | |
| | ||||||
* | Fix bug #1870 and add interface fact support for darwin systems | Paul Nasrat | 2009-01-15 | 1 | -3/+3 | |
| | ||||||
* | Refactoring the IP support, and fixing #1846. | Luke Kanies | 2009-01-15 | 2 | -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 everywhere | Luke Kanies | 2009-01-15 | 19 | -270/+267 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Fixing #1761 - Solaris no longer uses /etc/release | Luke Kanies | 2008-12-30 | 1 | -6/+1 | |
| | | | | | | Applying patch by andy. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Fixed #1791 - support for virtual fact on Solaris 10 | James Turnbull | 2008-12-22 | 1 | -9/+17 | |
| |