summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added package signing taskJames Turnbull2009-11-141-0/+14
|
* use popen3 in Resolution.exec to catch stderrPeter Meier2009-11-082-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 debuggingPeter Meier2009-11-072-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 Kersten2009-11-062-0/+15
| | | | preflight
* Fixed : 2788 - ftools missing in Ruby 1.9Stéphan Gorget2009-11-051-4/+16
| | | | Signed-off-by: Stéphan Gorget <phantez@gmail.com>
* Fixes #2704. Problem finding install.rb three levels upNigel Kersten2009-10-071-1/+1
|
* Removed all ChangeLogJames Turnbull2009-10-042-1727/+1
|
* Updated ChangeLog and taskJames Turnbull2009-09-253-360/+523
|
* Added additional exclusion to rcov processJames Turnbull2009-09-181-1/+1
|
* Added rcov support to spec taskJames Turnbull2009-09-171-4/+12
|
* Updated CI Rake taskJames Turnbull2009-09-171-1/+0
|
* Clarify licensing as GPLv2 (or any later version)Todd Zullinger2009-09-112-683/+25
|
* Added new format ChangeLogJames Turnbull2009-09-111-0/+1707
|
* Incremented version and updated CHANGELOGJames Turnbull2009-09-112-1/+15
|
* Issue #2414 - add unit testPaul Nasrat2009-09-091-0/+6
| | | | This adds a unit test on top of Kurt's patch
* Fix errors when alias IP's are definedKurt Keller2009-09-091-0/+7
|
* Fix 2455 - improve error handling on fact loadPaul Nasrat2009-09-094-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 EC2Paul Nasrat2009-09-094-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 factPaul Nasrat2009-08-241-0/+10
| | | | | | We already have a network fact it's just missing a test. Paul
* Add Darwin netmask support on top of Jim's patchPaul Nasrat2009-08-232-2/+8
|
* Fix #2306 netmask and ipaddress on SunOS and BSDsJim Pirzyk2009-08-232-3/+3
|
* Updated Rakefile and moved Rake tasks to tasks/rake directoryJames Turnbull2009-08-186-52/+80
|
* Added default Rake taskJames Turnbull2009-08-181-0/+4
|
* Fix bug where you'd get an 'undefined method' error if trying to access a ↵Diego Algorta2009-08-142-1/+17
| | | | fact's value when collection has not being yet initialized.
* Fix #2470 - duplicate entries in interfaces factPaul Nasrat2009-08-123-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 Kersten2009-08-072-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.5Nigel Kersten2009-08-071-4/+5
|
* Merge commit 'pnasrat/tickets/master/2292' into mergePaul Nasrat2009-07-184-24/+147
|\
| * Issue #2292 Add tests for virtual factsPaul Nasrat2009-07-164-24/+147
| | | | | | | | Add tests and utility for virtual fact detection
* | Added path factJames Turnbull2009-07-161-0/+5
| |
* | Issue #2314 OpenBSD sysctlJoe McDonagh2009-07-162-13/+35
|/ | | | Use OpenBSD sysctl for manufacturer facts.
* Fix #2060 and cleanup operatingsystemreleaseTodd Zullinger2009-07-141-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 distrosTodd Zullinger2009-03-091-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 RedHatTodd Zullinger2009-03-091-51/+11
| | | | | | | | These operating systems all use a similar format for the release file.
* | Fix broken ci build with explicit clearing before testsPaul Nasrat2009-07-111-1/+4
| |
* | Change spec output to enable broken build debuggingPaul Nasrat2009-07-111-0/+2
| |
* | Fixed CI spec taskJames Turnbull2009-06-271-1/+1
| |
* | Updated CHANGELOG and bumped version for 1.5.6James Turnbull2009-06-052-1/+6
| |
* | Fixes #2307 - Minor fix for zone in virtual.rbJames Turnbull2009-06-041-1/+1
| |
* | Removed --no-thread and --no-chain-reply-to from rake mail_patches taskJames Turnbull2009-06-031-1/+1
| |
* | Added facter branding to format patch commandJames Turnbull2009-06-011-1/+1
| |
* | Added spec.executables to Facter gemspec in RakefileJames Turnbull2009-05-281-0/+1
| |
* | Sync rpm spec file with latest from Fedora/EPELTodd Zullinger2009-05-281-17/+11
| | | | | | | | | | The spec file now uses the install.rb script rather than manually installing files.
* | Added path to RakefileJames Turnbull2009-05-221-0/+2
| |
* | CHANGELOG updatesJames Turnbull2009-05-221-0/+4
| |
* | Fix #2278 Revert fix for 2120Paul Nasrat2009-05-221-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 < 5Todd Zullinger2009-05-221-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 < 5Todd Zullinger2009-05-221-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 listJames Turnbull2009-05-201-7/+15
| | | | | | | | Fixed CI rake tasks
* | Added install.rb to Rakefile package taskJames Turnbull2009-05-201-0/+1
| |