Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Feature #1487: Package creation scripts for Mac OS X | Nigel Kersten | 2008-08-03 | 3 | -0/+214 | |
| | ||||||
* | Modified the operatingsystem fact for Debian so it looks in | Luke Kanies | 2008-08-01 | 2 | -4/+4 | |
| | | | | | | | | /etc/debian_version instead of /proc/version. Applied patch by marthag. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Feature #1478: Allow specification of --bindir --sbindir --sitelibdir ↵ | Nigel Kersten | 2008-08-01 | 1 | -95/+221 | |
| | | | | --mandir --destdir in install.rb | |||||
* | Feature #1475: CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults ↵ | Nigel Kersten | 2008-07-31 | 1 | -0/+9 | |
| | | | | on OS X 10.5 | |||||
* | 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 | 2 | -1/+4 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | Fixed Rakefile to include additional files including tests et al | James Turnbull | 2008-07-09 | 2 | -1/+6 | |
| | ||||||
* | Adjusted version to be in line with previous standard | James Turnbull | 2008-07-09 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of git://reductivelabs.com/facter | James Turnbull | 2008-07-08 | 1 | -0/+2 | |
|\ | ||||||
| * | Adding (apparently now required) author info to the gem spec | Luke Kanies | 2008-07-08 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Merge branch 'master' of git://reductivelabs.com/facter | James Turnbull | 2008-07-08 | 2 | -2/+2 | |
|\| | ||||||
| * | Updated to version 1.5 | Luke Kanies | 2008-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Updated to version 1.5 | Luke Kanies | 2008-07-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of git://reductivelabs.com/facter | James Turnbull | 2008-07-08 | 1 | -1/+1 | |
|\| | ||||||
| * | Updating the changelog for 1.5 | Luke Kanies | 2008-07-08 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Merge commit 'turnbull/master' | Luke Kanies | 2008-07-07 | 1 | -8/+8 | |
| |\ | ||||||
* | | | Merge branch 'master' of git://reductivelabs.com/facter | James Turnbull | 2008-07-08 | 3 | -4/+10 | |
|\| | | |/ |/| | ||||||
| * | Fixed #1400 - OperatingSystemRelease should now work on CentOS | Luke Kanies | 2008-07-07 | 2 | -4/+8 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
| * | Adding a default case for the manufacturer information. | Luke Kanies | 2008-07-01 | 1 | -0/+2 | |
| | | ||||||
* | | Fixed formatting | James Turnbull | 2008-07-08 | 1 | -8/+8 | |
|/ | ||||||
* | Further fixes #1378 - updated dmidecode for NetBSD | James Turnbull | 2008-06-22 | 1 | -1/+5 | |
| | ||||||
* | Fixes #1378 - update manufacter.rb facts to support BSD | James Turnbull | 2008-06-21 | 1 | -4/+11 | |
| | ||||||
* | Partial fix for #1345 - BSD interfaces with aliases now select the first ↵ | James Turnbull | 2008-06-21 | 1 | -3/+3 | |
| | | | | address by default | |||||
* | Retaining 'timeout' as the settor, but using 'limit' as the getter. | Luke Kanies | 2008-06-20 | 5 | -9/+30 | |
| | | | | | | | 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 Hajducko | 2008-06-19 | 6 | -11/+13 | |
| | | | | | 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 Kanies | 2008-06-19 | 1 | -1/+1 | |
| | ||||||
* | Fixing some warnings in various classes. | Luke Kanies | 2008-06-19 | 3 | -3/+3 | |
| | ||||||
* | Merge branch 'tickets/1.5/1376' of git://github.com/haji/facter | James Turnbull | 2008-06-20 | 2 | -0/+27 | |
|\ | ||||||
| * | Fixes #1376 - Display memory facts for AIX | Steven Hajducko | 2008-06-19 | 2 | -0/+27 | |
| | | | | | | | | | | memfree is still unavailable - no known way to get the fact without root and monitoring commands. | |||||
* | | Added processorcount and type facts to AIX | Steven Hajducko | 2008-06-19 | 1 | -0/+35 | |
|/ | | | | | | tickets/1.5/1375 Signed-off-by: Steven Hajducko <sjmh@phase2.net> | |||||
* | Fixes #1334 - Forced Facter to use LANG=C | James Turnbull | 2008-06-18 | 2 | -1/+6 | |
| | ||||||
* | Fixes #1357 - change ps syntax for OSX and BSD | James Turnbull | 2008-06-18 | 2 | -1/+3 | |
| | ||||||
* | Merge branch 'master' of git://github.com/jamtur01/facter | Luke Kanies | 2008-06-17 | 1 | -1/+6 | |
|\ | | | | | | | | | | | Conflicts: lib/facter/hardwaremodel.rb | |||||
| * | Retrieve hardwaremodel for AIX from sys0 modelname. | Steve Hajducko | 2008-06-16 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | Currently gets hardwaremodel from proc0 but some systems don't have a proc0 device configured so the fact fails. tickets/1.5/1364 Signed-off-by: Steve Hajducko <sjmh@phase2.net> | |||||
* | | Rejustifying all of the whitespace in the facts, yay. | Luke Kanies | 2008-06-17 | 21 | -518/+511 | |
| | | ||||||
* | | Refactoring how recursive searches are detected. | Luke Kanies | 2008-06-17 | 1 | -19/+37 | |
| | | | | | | | | | | | | Using a yield hook instead of just setting @searching to be true, which should be more consistent because @searching will now always be turned off at the end of the search. | |||||
* | | Refactored so each fact resolution can specify a separate timeout, | Luke Kanies | 2008-06-17 | 8 | -26/+107 | |
|/ | | | | | | but the default is still 0.5. Set the timeout on the AIX kernelrelease fact to 5 seconds. | |||||
* | Merge commit 'turnbull/master' | Luke Kanies | 2008-06-09 | 3 | -13/+76 | |
|\ | ||||||
| * | Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for *BSD ↵ | James Turnbull | 2008-06-09 | 3 | -13/+76 | |
| | | | | | | | | aliased interfaces. | |||||
* | | Merge branch 'master' of git@reductivelabs.com:facter | Luke Kanies | 2008-06-02 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | Testing gitosis | Luke Kanies | 2008-05-25 | 1 | -1/+0 | |
| | | |