Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added package signing task | James Turnbull | 2009-11-14 | 1 | -0/+14 | |
| | ||||||
* | use popen3 in Resolution.exec to catch stderr | Peter Meier | 2009-11-08 | 2 | -6/+61 | |
| | | | | | | | | | | | | | | | | | | | So far messages to stderr haven't been catched by Facter::Util::Resolution.exec and were insted printed out to stderr. This will cause facter and even puppet to print to stderr themself, which is not very nice when running puppetd by cron, as you might get every run a mail if a command outputs to stderr. We are now wrapping the command execution with Open3.popen3 to catch stderr and passing them to the new introduced Facter.warn method. We are also catching multiline outputs chomping newlines and returning an array if there have been more than one line. Otherwise we return an array containing the different lines. This prevents in general cases as described in #2766 and should handle command execution in a bit saner way. | |||||
* | introduce a warn mechanism for debugging | Peter Meier | 2009-11-07 | 2 | -1/+85 | |
| | | | | | We can now warn messages that will be passed to Kernel.warn if debugging is enabled. | |||||
* | Add docs to Mac OS X package creation script and clean out old docs in the ↵ | Nigel Kersten | 2009-11-06 | 2 | -0/+15 | |
| | | | | preflight | |||||
* | Fixed : 2788 - ftools missing in Ruby 1.9 | Stéphan Gorget | 2009-11-05 | 1 | -4/+16 | |
| | | | | Signed-off-by: Stéphan Gorget <phantez@gmail.com> | |||||
* | Fixes #2704. Problem finding install.rb three levels up | Nigel Kersten | 2009-10-07 | 1 | -1/+1 | |
| | ||||||
* | Removed all ChangeLog | James Turnbull | 2009-10-04 | 2 | -1727/+1 | |
| | ||||||
* | Updated ChangeLog and task | James Turnbull | 2009-09-25 | 3 | -360/+523 | |
| | ||||||
* | Added additional exclusion to rcov process | James Turnbull | 2009-09-18 | 1 | -1/+1 | |
| | ||||||
* | Added rcov support to spec task | James Turnbull | 2009-09-17 | 1 | -4/+12 | |
| | ||||||
* | Updated CI Rake task | James Turnbull | 2009-09-17 | 1 | -1/+0 | |
| | ||||||
* | Clarify licensing as GPLv2 (or any later version) | Todd Zullinger | 2009-09-11 | 2 | -683/+25 | |
| | ||||||
* | Added new format ChangeLog | James Turnbull | 2009-09-11 | 1 | -0/+1707 | |
| | ||||||
* | Incremented version and updated CHANGELOG | James Turnbull | 2009-09-11 | 2 | -1/+15 | |
| | ||||||
* | Issue #2414 - add unit test | Paul Nasrat | 2009-09-09 | 1 | -0/+6 | |
| | | | | This adds a unit test on top of Kurt's patch | |||||
* | Fix errors when alias IP's are defined | Kurt Keller | 2009-09-09 | 1 | -0/+7 | |
| | ||||||
* | Fix 2455 - improve error handling on fact load | Paul Nasrat | 2009-09-09 | 4 | -1/+37 | |
| | | | | | | Fix facts added with empty blocks by handling calls to value when setcode not called Ensure we handle load failures more gracefully | |||||
* | Fix broken solaris zone tests on EC2 | Paul Nasrat | 2009-09-09 | 4 | -20/+73 | |
| | | | | | | | | | This cleans up xen and vserver detection to enable us to stub out so when we happen to be running tests on xen we don't report as that. More cleanup is needed in this area but this should give us a green build. This renames the tests to be consistent with current naming convention | |||||
* | Issue #2548 netblock fact | Paul Nasrat | 2009-08-24 | 1 | -0/+10 | |
| | | | | | | We already have a network fact it's just missing a test. Paul | |||||
* | Add Darwin netmask support on top of Jim's patch | Paul Nasrat | 2009-08-23 | 2 | -2/+8 | |
| | ||||||
* | Fix #2306 netmask and ipaddress on SunOS and BSDs | Jim Pirzyk | 2009-08-23 | 2 | -3/+3 | |
| | ||||||
* | Updated Rakefile and moved Rake tasks to tasks/rake directory | James Turnbull | 2009-08-18 | 6 | -52/+80 | |
| | ||||||
* | Added default Rake task | James Turnbull | 2009-08-18 | 1 | -0/+4 | |
| | ||||||
* | Fix bug where you'd get an 'undefined method' error if trying to access a ↵ | Diego Algorta | 2009-08-14 | 2 | -1/+17 | |
| | | | | fact's value when collection has not being yet initialized. | |||||
* | Fix #2470 - duplicate entries in interfaces fact | Paul Nasrat | 2009-08-12 | 3 | -1/+16 | |
| | | | | | Solaris orders inet and inet6 seperately. This tests for and fixes this by uniqueing the list. Will probably need work when we get to ipv6 support. | |||||
* | Update OS X minor version fact to cope with '10.x' values and provide test ↵ | Nigel Kersten | 2009-08-07 | 2 | -3/+41 | |
| | | | | | | coverage switch %x{} call to Facter::Util::Resolution.exec for better testing | |||||
* | Update install.rb to cope with all OS X versions, not just 10.5 | Nigel Kersten | 2009-08-07 | 1 | -4/+5 | |
| | ||||||
* | Merge commit 'pnasrat/tickets/master/2292' into merge | Paul Nasrat | 2009-07-18 | 4 | -24/+147 | |
|\ | ||||||
| * | Issue #2292 Add tests for virtual facts | Paul Nasrat | 2009-07-16 | 4 | -24/+147 | |
| | | | | | | | | Add tests and utility for virtual fact detection | |||||
* | | Added path fact | James Turnbull | 2009-07-16 | 1 | -0/+5 | |
| | | ||||||
* | | Issue #2314 OpenBSD sysctl | Joe McDonagh | 2009-07-16 | 2 | -13/+35 | |
|/ | | | | Use OpenBSD sysctl for manufacturer facts. | |||||
* | Fix #2060 and cleanup operatingsystemrelease | Todd Zullinger | 2009-07-14 | 1 | -52/+12 | |
|\ | | | | | | | | | | | | | | | | | | | Patch from Todd Zullinger, rebased. Merge branch 'cleanup-operatingsystemrelease' of git://jet.mox.net/~tmz/facter into tickets/master/2060 Conflicts: lib/facter/operatingsystemrelease.rb | |||||
| * | 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 | |
| | |