summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-295-5/+5
|/ | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed #1509 - Fixed version recognition for SLES.Luke Kanies2008-09-241-1/+1
|
* Fixes #1582 - Fix MAC address reporting for Linux bonding slave interfacesJames Turnbull2008-09-201-14/+43
|
* Merge branch 'master' of git://reductivelabs.com/facterJames Turnbull2008-09-161-1/+1
|\
| * Updated to version 1.5.2Luke Kanies2008-09-091-1/+1
| |
* | Fixed #1547 - finally killed dots in IP address factsJames Turnbull2008-09-121-1/+1
|/
* Fixes #1558 - Adjusted virtual fact to allow non-root users to execute itJames Turnbull2008-09-081-1/+1
|
* Fixed #1558 - Updated virtual fact for xenu and xen0James Turnbull2008-09-051-3/+3
|
* Fixed #1555 - added operatingsystemrelease for SolarisJames Turnbull2008-09-051-0/+12
|
* Fixed #1559 - update to dmidecode factJames Turnbull2008-09-051-2/+2
|
* Fixed . dot escapingJames Turnbull2008-09-031-1/+1
|
* Updated to version 1.5.1Luke Kanies2008-08-271-1/+1
|
* Added a Process.waitall thread when there's a timeout, to avoid zombies.Luke Kanies2008-08-181-0/+5
| | | | 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-183-4/+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-181-1/+1
|\
| * Facter fix #1422, no default timeoutPaul Nasrat2008-08-181-1/+1
| |
* | 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-162-83/+44
|\ \ | |/ |/|
| * Add unit rspec tests for ticket 1425Paul Nasrat2008-08-131-3/+13
| |
| * Add sample test and strawman solution for IP parsing codePaul Nasrat2008-08-111-8/+14
| |
| * 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-091-0/+5
|/
* Fixed #1490 - Added virtual factJames Turnbull2008-08-041-0/+62
|
* Modified the operatingsystem fact for Debian so it looks inLuke Kanies2008-08-011-4/+1
| | | | | | | | /etc/debian_version instead of /proc/version. Applied patch by marthag. Signed-off-by: Luke Kanies <luke@madstop.com>
* Merge commit 'pnasrat/ticket/1434'Luke Kanies2008-07-311-2/+7
|\
| * Bug #1434 Don't execute which on windowsPaul Nasrat2008-07-171-2/+7
| |
* | Merge commit 'pnasrat/ticket/1436'Luke Kanies2008-07-311-0/+1
|\ \
| * | Don't try and run lsb_release on windowsPaul Nasrat2008-07-181-0/+1
| |/
* / Fixes #1467 - macaddress not set on UbuntuJames Turnbull2008-07-301-1/+1
|/
* Use rbconfig to detect host cpuPaul Nasrat2008-07-171-0/+8
|
* Get DNSDomain from WMI to set domainPaul Nasrat2008-07-171-0/+14
|
* Set macaddress on windows platformPaul Nasrat2008-07-171-0/+14
|
* Get kernel version via wmiPaul Nasrat2008-07-171-0/+15
|
* Use ipconfig to determine ip addressPaul Nasrat2008-07-171-0/+19
|
* Use rbconfig to detect windows as no uname binaryPaul Nasrat2008-07-171-1/+7
|
* Adjusted version to be in line with previous standardJames Turnbull2008-07-091-1/+1
|
* Updated to version 1.5Luke Kanies2008-07-081-1/+1
|
* Merge commit 'turnbull/master'Luke Kanies2008-07-071-8/+8
|\
| * Fixed formattingJames Turnbull2008-07-081-8/+8
| |
* | Fixed #1400 - OperatingSystemRelease should now work on CentOSLuke Kanies2008-07-071-4/+6
| | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* | Adding a default case for the manufacturer information.Luke Kanies2008-07-011-0/+2
|/
* Further fixes #1378 - updated dmidecode for NetBSDJames Turnbull2008-06-221-1/+5
|
* Fixes #1378 - update manufacter.rb facts to support BSDJames Turnbull2008-06-211-4/+11
|
* Partial fix for #1345 - BSD interfaces with aliases now select the first ↵James Turnbull2008-06-211-3/+3
| | | | address by default
* Retaining 'timeout' as the settor, but using 'limit' as the getter.Luke Kanies2008-06-203-4/+11
| | | | | | | I don't like using Fact.add(:fact, :limit => 5), so I added a little extra code to allow us to continue using ':timeout => 5', but use 'limit' for retrieving the value, to avoid the conflict Steve Hajducko is seeing.
* Changed 'timeout' option to 'limit'Steven Hajducko2008-06-193-5/+5
| | | | | This was done to avoid a possible variable scoping issue that was occuring on some AIX systems.
* Setting the timeout for the puppetversion fact to 1.5.Luke Kanies2008-06-191-1/+1
|