Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring the IP support, and fixing #1846. | Luke Kanies | 2009-01-15 | 2 | -55/+62 |
| | | | | | | | | | | | | | | | | I've made the IPMess stuff a lot less messy, and refactored a lot of the util/ip module, including naming it more sensibly. The biggest changes are that I moved the big case statement into a constant and then used a bit of dispatch-style logic to use it, and I eliminated a bunch of duplicate code in the ipmess.rb file. Added some test data for FreeBSD and fixed a bug in my map logic pointed out by Paul Nasrat. I've also fixed #1846, in that the interface list now s/:/_/g. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixing indentation everywhere | Luke Kanies | 2009-01-15 | 18 | -265/+262 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixing #1761 - Solaris no longer uses /etc/release | Luke Kanies | 2008-12-30 | 1 | -6/+1 |
| | | | | | | Applying patch by andy. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixed #1791 - support for virtual fact on Solaris 10 | James Turnbull | 2008-12-22 | 1 | -9/+17 |
| | |||||
* | Fixed #1793 - Added more Solaris 10 facts | James Turnbull | 2008-12-22 | 2 | -6/+23 |
| | |||||
* | minor fix to operatingsystemversion to correctly parse /etc/release on ↵ | rchanter | 2008-12-09 | 1 | -1/+1 |
| | | | | OpenSolaris 2008.11. | ||||
* | Fix for #1727 - id fact should not rely on whoami on Solaris | Martin Englund | 2008-11-12 | 1 | -1/+12 |
| | | | | Signed-off-by: Martin Englund <martin@englund.nu> | ||||
* | Fixed #1697 - Typo in ipaddress.rb causes timeout under Solaris 10 SPARC | James Turnbull | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | Added Ubuntu to a variety of confines | James Turnbull | 2008-10-21 | 4 | -4/+4 |
| | |||||
* | Removed ENV path setting from virtual.rb | James Turnbull | 2008-10-21 | 1 | -2/+0 |
| | |||||
* | Fixed #1634 - Update virtual fact to differentiate OpenVZ hardware nodes and ↵ | James Turnbull | 2008-10-21 | 1 | -1/+9 |
| | | | | virtual environments | ||||
* | Merge commit 'lutter/ticket/1654' | Luke Kanies | 2008-10-15 | 1 | -52/+21 |
|\ | |||||
| * | Revamp domain resolution | David Lutterkort | 2008-10-15 | 1 | -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 Kanies | 2008-09-29 | 5 | -5/+5 |
|/ | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Fixed #1509 - Fixed version recognition for SLES. | Luke Kanies | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | Fixes #1582 - Fix MAC address reporting for Linux bonding slave interfaces | James Turnbull | 2008-09-20 | 1 | -14/+43 |
| | |||||
* | Fixed #1547 - finally killed dots in IP address facts | James Turnbull | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | Fixes #1558 - Adjusted virtual fact to allow non-root users to execute it | James Turnbull | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | Fixed #1558 - Updated virtual fact for xenu and xen0 | James Turnbull | 2008-09-05 | 1 | -3/+3 |
| | |||||
* | Fixed #1555 - added operatingsystemrelease for Solaris | James Turnbull | 2008-09-05 | 1 | -0/+12 |
| | |||||
* | Fixed #1559 - update to dmidecode fact | James Turnbull | 2008-09-05 | 1 | -2/+2 |
| | |||||
* | Fixed . dot escaping | James Turnbull | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Added a Process.waitall thread when there's a timeout, to avoid zombies. | Luke Kanies | 2008-08-18 | 1 | -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 Kanies | 2008-08-18 | 3 | -4/+4 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Applied patch by josb to fix CentOS version detection. | Luke Kanies | 2008-08-18 | 1 | -3/+3 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Merge commit 'pnasrat/tickets/1422' | Luke Kanies | 2008-08-18 | 1 | -1/+1 |
|\ | |||||
| * | Facter fix #1422, no default timeout | Paul Nasrat | 2008-08-18 | 1 | -1/+1 |
| | | |||||
* | | Adding better SuSE detection for both operatingsystem and release. | Luke Kanies | 2008-08-17 | 2 | -1/+24 |
| | | | | | | | | | | | | Patch provided by seanmil. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | | Merge commit 'pnasrat/ticket/1425' | Luke Kanies | 2008-08-16 | 2 | -83/+44 |
|\ \ | |/ |/| | |||||
| * | Add unit rspec tests for ticket 1425 | Paul Nasrat | 2008-08-13 | 1 | -3/+13 |
| | | |||||
| * | Add sample test and strawman solution for IP parsing code | Paul Nasrat | 2008-08-11 | 1 | -8/+14 |
| | | |||||
| * | Fix ticket 1425 on Solaris | Paul Nasrat | 2008-08-08 | 1 | -1/+7 |
| | | |||||
| * | Remove duplicated code paths | Paul Nasrat | 2008-08-08 | 2 | -72/+11 |
| | | | | | | | | Signed-off-by: Paul Nasrat <pnasrat@googlemail.com> | ||||
* | | Fixes #1492 - added kernelversion fact | James Turnbull | 2008-08-09 | 1 | -0/+5 |
|/ | |||||
* | Fixed #1490 - Added virtual fact | James Turnbull | 2008-08-04 | 1 | -0/+62 |
| | |||||
* | Modified the operatingsystem fact for Debian so it looks in | Luke Kanies | 2008-08-01 | 1 | -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 Kanies | 2008-07-31 | 1 | -2/+7 |
|\ | |||||
| * | Bug #1434 Don't execute which on windows | Paul Nasrat | 2008-07-17 | 1 | -2/+7 |
| | | |||||
* | | Merge commit 'pnasrat/ticket/1436' | Luke Kanies | 2008-07-31 | 1 | -0/+1 |
|\ \ | |||||
| * | | Don't try and run lsb_release on windows | Paul Nasrat | 2008-07-18 | 1 | -0/+1 |
| |/ | |||||
* / | Fixes #1467 - macaddress not set on Ubuntu | James Turnbull | 2008-07-30 | 1 | -1/+1 |
|/ | |||||
* | Use rbconfig to detect host cpu | Paul Nasrat | 2008-07-17 | 1 | -0/+8 |
| | |||||
* | Get DNSDomain from WMI to set domain | Paul Nasrat | 2008-07-17 | 1 | -0/+14 |
| | |||||
* | Set macaddress on windows platform | Paul Nasrat | 2008-07-17 | 1 | -0/+14 |
| | |||||
* | Get kernel version via wmi | Paul Nasrat | 2008-07-17 | 1 | -0/+15 |
| | |||||
* | Use ipconfig to determine ip address | Paul Nasrat | 2008-07-17 | 1 | -0/+19 |
| | |||||
* | Use rbconfig to detect windows as no uname binary | Paul Nasrat | 2008-07-17 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' of git://reductivelabs.com/facter | James Turnbull | 2008-07-08 | 2 | -4/+8 |
|\ | |||||
| * | Fixed #1400 - OperatingSystemRelease should now work on CentOS | Luke Kanies | 2008-07-07 | 1 | -4/+6 |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Adding a default case for the manufacturer information. | Luke Kanies | 2008-07-01 | 1 | -0/+2 |
| | |