Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix operatingsystemrelease on Red Hat based distros | Todd Zullinger | 2009-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | This allows operatingsystemrelease to properly determine the release for various Red Hat based distros, including the point portion of the release. | |||||
| * | Consolidate operatingsystemrelease for CentOS, Fedora, oel, ovs, and RedHat | Todd Zullinger | 2009-03-09 | 1 | -51/+11 | |
| | | | | | | | | These operating systems all use a similar format for the release file. | |||||
* | | Fix broken ci build with explicit clearing before tests | Paul Nasrat | 2009-07-11 | 1 | -1/+4 | |
| | | ||||||
* | | Change spec output to enable broken build debugging | Paul Nasrat | 2009-07-11 | 1 | -0/+2 | |
| | | ||||||
* | | Fixed CI spec task | James Turnbull | 2009-06-27 | 1 | -1/+1 | |
| | | ||||||
* | | Updated CHANGELOG and bumped version for 1.5.6 | James Turnbull | 2009-06-05 | 2 | -1/+6 | |
| | | ||||||
* | | Fixes #2307 - Minor fix for zone in virtual.rb | James Turnbull | 2009-06-04 | 1 | -1/+1 | |
| | | ||||||
* | | Removed --no-thread and --no-chain-reply-to from rake mail_patches task | James Turnbull | 2009-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | Added facter branding to format patch command | James Turnbull | 2009-06-01 | 1 | -1/+1 | |
| | | ||||||
* | | Added spec.executables to Facter gemspec in Rakefile | James Turnbull | 2009-05-28 | 1 | -0/+1 | |
| | | ||||||
* | | Sync rpm spec file with latest from Fedora/EPEL | Todd Zullinger | 2009-05-28 | 1 | -17/+11 | |
| | | | | | | | | | | The spec file now uses the install.rb script rather than manually installing files. | |||||
* | | Added path to Rakefile | James Turnbull | 2009-05-22 | 1 | -0/+2 | |
| | | ||||||
* | | CHANGELOG updates | James Turnbull | 2009-05-22 | 1 | -0/+4 | |
| | | ||||||
* | | Fix #2278 Revert fix for 2120 | Paul Nasrat | 2009-05-22 | 1 | -17/+11 | |
| | | | | | | | | | | | | | | | | | | Facter #2120 - Solaris support for Facter[virtual] This reverts commit 56760d34f070db4d7bb8e5fcfb7939fe3074bf49. This patch is broken as $? global will report last run process in the case of no vmware-checkvm binary | |||||
* | | Tighten operatingsystemrelease regex on CentOS < 5 | Todd Zullinger | 2009-05-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | The previous check for /5/ matched releases like 4.5, which is not the intent. The previous check was introduced in 095eb15e, and changed the pattern from /^5^/. Using /^5/ to match when the release begins with 5 seems saner. Signed-off-by: Paul Nasrat <pnasrat@googlemail.com> | |||||
* | | Fix operatingsystemrelease for CentOS < 5 | Todd Zullinger | 2009-05-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | On older CentOS releases, a sed command is used to parse the release number from /etc/redhat-release. However, the command lacked the proper amount of backslashes to escape the parenthesis. Signed-off-by: Paul Nasrat <pnasrat@googlemail.com> | |||||
* | | Added spec files to package list | James Turnbull | 2009-05-20 | 1 | -7/+15 | |
| | | | | | | | | Fixed CI rake tasks | |||||
* | | Added install.rb to Rakefile package task | James Turnbull | 2009-05-20 | 1 | -0/+1 | |
| | | ||||||
* | | Bumped release to 1.5.5rc2 | James Turnbull | 2009-05-19 | 2 | -2/+2 | |
| | | ||||||
* | | Facter #2120 - Solaris support for Facter[virtual] | Jim Pirzyk | 2009-05-15 | 1 | -11/+17 | |
| | | | | | | | | | | | | | | | | Initial support for virtual vmware fact on Solaris Tested on VMWare Fusion and OpenSolaris Paul | |||||
* | | Tests for #2227 - multiple interfaces on Darwin | Paul Nasrat | 2009-05-13 | 2 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This seems to have been fixed functionally on master (in /Users/pnasrat/Development/facter/spec) Finished in 1.604955 seconds 183 examples, 0 failures However I want to take the opportunity to add tests to prevent regressions Paul | |||||
* | | Added SELinux tests | James Turnbull | 2009-05-13 | 1 | -0/+48 | |
| | | ||||||
* | | Fix #2155 - architecture facts on Gentoo | Benedikt Böhm | 2009-05-13 | 1 | -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 Turnbull | 2009-05-13 | 1 | -17/+13 | |
| | | | | | | | | vserver detection | |||||
* | | Cleaned up Rakefile and removed requirement for Reductive Labs build library | James Turnbull | 2009-05-12 | 4 | -856/+59 | |
| | | ||||||
* | | Facter ticket 2214 - Fix facts for OVS | Paul Nasrat | 2009-05-12 | 2 | -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 Turnbull | 2009-05-12 | 5 | -5/+5 | |
| | | | | | | | | and other facts) | |||||
* | | Facter fix #2231 typo | Paul Nasrat | 2009-05-12 | 2 | -1/+11 | |
| | | | | | | | | Added a test to pickup typo and fix | |||||
* | | Fix #2236 - don't use each_line on arrays | Paul Nasrat | 2009-05-11 | 1 | -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 facts | James Turnbull | 2009-05-10 | 2 | -0/+47 | |
| | | ||||||
* | | Fixed #2119 - Added support for non-global Solaris 10 zones | James Turnbull | 2009-05-10 | 2 | -0/+9 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Added COPYING in and CHANGELOG updates | James Turnbull | 2009-04-22 | 2 | -0/+346 | |
| | | ||||||
* | | Fixing #1918 - facter --puppet always works | Luke Kanies | 2009-04-20 | 1 | -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 X | Luke Kanies | 2009-04-20 | 2 | -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 linux | James Turnbull | 2009-04-21 | 2 | -2/+4 | |
| | | ||||||
* | | correctly compare values - fixes #2021 | Peter Meier | 2009-04-07 | 3 | -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 reordered | James Turnbull | 2009-03-17 | 2 | -41/+47 | |
| | | ||||||
* | | 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 | 2 | -1/+3 | |
| | | ||||||
* | | Fixed #2063 - added kernelmajversion fact | James Turnbull | 2009-03-11 | 2 | -0/+7 | |
|/ | ||||||
* | Fixed #2055 - SunoS Interface error | James Turnbull | 2009-03-07 | 2 | -1/+3 | |
| | ||||||
* | Fixed #2044 - virtual fact thread fix | James Turnbull | 2009-03-07 | 2 | -7/+13 | |
| | ||||||
* | Fix for rake task for reductive-build library | James Turnbull | 2009-03-04 | 1 | -3/+3 | |
| | ||||||
* | Fixed lib install permissions | James Turnbull | 2009-03-01 | 2 | -1/+3 | |
| | ||||||
* | Fixed #2040 - Facter should provide a macosx_productversion_major fact | James Turnbull | 2009-03-01 | 2 | -0/+7 | |
| |