summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix #2155 - architecture facts on GentooBenedikt Böhm2009-05-131-3/+14
| | | | | | | | | | | | This corrects the architecture results for Gentoo on x86 and amd64 Patch from redmine
* | Refactor #2154 - Modified patch from Benedikt Bohm to simplify openvz and ↵James Turnbull2009-05-131-17/+13
| | | | | | | | vserver detection
* | Cleaned up Rakefile and removed requirement for Reductive Labs build libraryJames Turnbull2009-05-124-856/+59
| |
* | Facter ticket 2214 - Fix facts for OVSPaul Nasrat2009-05-122-3/+41
| | | | | | | | | | | | | | | | Added tests for operatingsystem fact covering the two simple cases and a test for this specific interaction of release files We should take some time to add tests when we're adding or changing new operatingsystem facts
* | Fixed #2131 - Facter doesn't populate lsbmajdistrelease on OEL (also OEL/OVS ↵James Turnbull2009-05-125-5/+5
| | | | | | | | and other facts)
* | Facter fix #2231 typoPaul Nasrat2009-05-122-1/+11
| | | | | | | | Added a test to pickup typo and fix
* | Fix #2236 - don't use each_line on arraysPaul Nasrat2009-05-111-2/+2
| | | | | | | | | | | | | | | | This fixes up the syntax so that we can get 1.5.5 out, I've not done tests for this as we need to fixup the number of time we call out to ifconfig and the duplication with ip.rb. Paul
* | Fixed #1327 - Added SELinux factsJames Turnbull2009-05-102-0/+47
| |
* | Fixed #2119 - Added support for non-global Solaris 10 zonesJames Turnbull2009-05-102-0/+9
| |
* | 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
| |
* | Added COPYING in and CHANGELOG updatesJames Turnbull2009-04-222-0/+346
| |
* | Fixing #1918 - facter --puppet always worksLuke Kanies2009-04-201-1/+14
| | | | | | | | | | | | | | | | | | | | | | The problem was that Facter wasn't telling Puppet to read your puppet.conf, so if you'd set vardir or libdir in it then you didn't get the appropriate settings and thus not know where to find the facter plugins. This is a bit of a ham-handed approach, but it always works. Signed-off-by: Luke Kanies <luke@madstop.com>
* | Fixing ifconfig warnings generated on OS XLuke Kanies2009-04-202-13/+19
| | | | | | | | | | | | | | | | 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-212-2/+4
| |
* | correctly compare values - fixes #2021Peter Meier2009-04-073-17/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-172-41/+47
| |
* | 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-172-1/+3
| |
* | Fixed #2063 - added kernelmajversion factJames Turnbull2009-03-112-0/+7
|/
* Fixed #2055 - SunoS Interface errorJames Turnbull2009-03-072-1/+3
|
* Fixed #2044 - virtual fact thread fixJames Turnbull2009-03-072-7/+13
|
* Fix for rake task for reductive-build libraryJames Turnbull2009-03-041-3/+3
|
* Fixed lib install permissionsJames Turnbull2009-03-012-1/+3
|
* Fixed #2040 - Facter should provide a macosx_productversion_major factJames Turnbull2009-03-012-0/+7
|
* 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-012-0/+15
|
* Fixed CHANGELOGJames Turnbull2009-02-281-1/+1
|
* Fixed #2035 - Missing brace for OSX preflightJames Turnbull2009-02-282-1/+3
|
* more consistent indentation and alignment. also removal of trailing whitespaceIan Taylor2009-02-2828-873/+868
|
* Further fix #2032 - close IOJames Turnbull2009-02-281-0/+1
|
* Added EC2 factsJames Turnbull2009-02-282-3/+40
|
* Fixed #2032 - file.open hanging on /proc/uptime on some platformJames Turnbull2009-02-282-1/+5
|
* Updated to version 1.5.4Luke Kanies2009-02-171-1/+1
|
* Fixed #1966 - Added physicalprocessorcount factJames Turnbull2009-02-132-1/+10
|
* This commit refs #1555, #1898 and fixes #1761Joel W. Shea2009-02-133-7/+10
| | | | a
* Added support for Oracle VM Server to operatingsystem and operatingsystemreleaseJames Turnbull2009-02-113-0/+17
|
* Added support for Oracle Enterprise Linux to operatingsystemJames Turnbull2009-02-113-0/+17
| | | | and operatingsystemrelease
* Added README.rst for FacterJames Turnbull2009-02-101-0/+26
|
* Added Reductive Labs build libraryJames Turnbull2009-02-103-0/+805
|
* Updated READMEJames Turnbull2009-02-041-4/+2
|
* Fixing #1927 - failing facts don't kill FacterLuke Kanies2009-02-043-0/+11
| | | | | | 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-046-11/+13
|
* Fixed #1924 - Fixed lo / lo:0 local interface matchingJames Turnbull2009-02-042-1/+2
|
* Fixed generic uptime factJames Turnbull2009-02-032-0/+4
|
* Fixed Ubuntu operatingsystem identificationJames Turnbull2009-02-032-1/+5
|
* Cleaner fix for #1926James Turnbull2009-02-032-2/+2
|