summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Sync specfile with latest from FedoraDavid Lutterkort2008-11-071-9/+25
|/
* Removed EPM taskJames Turnbull2008-11-051-10/+0
|
* Fixed #1697 - Typo in ipaddress.rb causes timeout under Solaris 10 SPARCJames Turnbull2008-10-281-1/+1
|
* Fixed #1650 - OS X package creation script should be more selective about ↵James Turnbull2008-10-222-2/+6
| | | | cleaning out prior versions
* Added Ubuntu to a variety of confinesJames Turnbull2008-10-215-4/+6
|
* Removed ENV path setting from virtual.rbJames Turnbull2008-10-211-2/+0
|
* Fixed #1634 - Update virtual fact to differentiate OpenVZ hardware nodes and ↵James Turnbull2008-10-212-2/+14
| | | | virtual environments
* Merge commit 'lutter/ticket/1654'Luke Kanies2008-10-151-52/+21
|\
| * Revamp domain resolutionDavid Lutterkort2008-10-151-52/+21
| | | | | | | | | | | | Facts are not necessarily evaluated in the order in which they are added. Merge all the domain facts without a confine into one fact that checks the various sources for domain names in the right order.
* | Fixed #1619 - Applying patch by seanmil, adding support for SLES.Luke Kanies2008-09-296-5/+7
|/ | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed #1509 - Fixed version recognition for SLES.Luke Kanies2008-09-242-1/+3
|
* Fixes #1582 - Fix MAC address reporting for Linux bonding slave interfacesJames Turnbull2008-09-202-14/+45
|
* Merge branch 'master' of git://reductivelabs.com/facterJames Turnbull2008-09-192-471/+670
|\
| * Fixing the GPL/LGPL incompatibility by choosing the oldest-mentioned license ↵Luke Kanies2008-09-162-471/+670
| | | | | | | | | | | | (GPL). Signed-off-by: Luke Kanies <luke@madstop.com>
* | Fixed #1575 - CentOS fix for Facter SPEC fileJames Turnbull2008-09-162-1/+3
| |
* | Merge branch 'master' of git://reductivelabs.com/facterJames Turnbull2008-09-162-2/+2
|\|
| * Updated to version 1.5.2Luke Kanies2008-09-091-1/+1
| |
| * Updated to version 1.5.2Luke Kanies2008-09-091-1/+1
| |
| * Merge branch 'master' of git@reductivelabs.com:facterLuke Kanies2008-09-096-7/+28
| |\
| * \ Merge branch 'master' of git@reductivelabs.com:facterLuke Kanies2008-08-271-1/+22
| |\ \
| * | | Updated to version 1.5.1Luke Kanies2008-08-271-1/+1
| | | |
* | | | Fixed #1547 - finally killed dots in IP address factsJames Turnbull2008-09-122-1/+4
| | | |
* | | | Fixed #1567 - fixed createpackage.sh outputJames Turnbull2008-09-122-2/+3
| | | |
* | | | Fixed #1569 - createpackage.rb bugJames Turnbull2008-09-122-1/+5
| |_|/ |/| |
* | | Fixes #1558 - Adjusted virtual fact to allow non-root users to execute itJames Turnbull2008-09-081-1/+1
| | |
* | | Fixes #1562 - Removed facter from PREREQSJames Turnbull2008-09-062-1/+3
| | |
* | | Fixed #1558 - Updated virtual fact for xenu and xen0James Turnbull2008-09-052-5/+7
| | |
* | | Fixed #1555 - added operatingsystemrelease for SolarisJames Turnbull2008-09-052-1/+16
| | |
* | | Fixed #1559 - update to dmidecode factJames Turnbull2008-09-052-2/+4
| | |
* | | Fixed . dot escapingJames Turnbull2008-09-031-1/+1
| |/ |/|
* | Updated to version 1.5.1Luke Kanies2008-08-272-2/+23
|/
* Updated to version 1.5.1Luke Kanies2008-08-271-1/+1
|
* Adding a rake task for creating an archive.Luke Kanies2008-08-191-0/+6
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Added a Process.waitall thread when there's a timeout, to avoid zombies.Luke Kanies2008-08-183-0/+18
| | | | Without this call, every time there's a timeout, we'll get a zombie.
* Set the timeout for the host-based and resolv-based resolutions to 2.Luke Kanies2008-08-184-4/+6
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Updating changelog for previous two commitsLuke Kanies2008-08-181-0/+4
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Applied patch by josb to fix CentOS version detection.Luke Kanies2008-08-181-3/+3
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Merge commit 'pnasrat/tickets/1422'Luke Kanies2008-08-182-3/+3
|\
| * Facter fix #1422, no default timeoutPaul Nasrat2008-08-182-3/+3
| |
* | Adding better SuSE detection for both operatingsystem and release.Luke Kanies2008-08-172-1/+24
| | | | | | | | | | | | Patch provided by seanmil. Signed-off-by: Luke Kanies <luke@madstop.com>
* | Merge commit 'pnasrat/ticket/1425'Luke Kanies2008-08-165-83/+105
|\ \ | |/ |/|
| * Add unit rspec tests for ticket 1425Paul Nasrat2008-08-133-3/+26
| |
| * Extract ifconfig output to data directoryPaul Nasrat2008-08-132-22/+22
| |
| * Add sample test and strawman solution for IP parsing codePaul Nasrat2008-08-112-8/+44
| |
| * Add module level tests for Facter::IPAddressPaul Nasrat2008-08-111-0/+18
| |
| * Fix ticket 1425 on SolarisPaul Nasrat2008-08-081-1/+7
| |
| * Remove duplicated code pathsPaul Nasrat2008-08-082-72/+11
| | | | | | | | Signed-off-by: Paul Nasrat <pnasrat@googlemail.com>
* | Fixes #1492 - added kernelversion factJames Turnbull2008-08-092-0/+7
|/
* fix terrible error with overwriting permissionsNigel Kersten2008-08-062-6/+6
|
* Fixed #1490 - Added virtual factJames Turnbull2008-08-042-0/+64
|