Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added require util ip.rb file | James Turnbull | 2008-02-16 | 1 | -0/+62 | |
| | | ||||||
| * | Fixed #46 - refactor ipmess.rb | James Turnbull | 2008-02-16 | 1 | -108/+23 | |
| | | ||||||
* | | Merge branch 'os_split' | Luke Kanies | 2008-02-17 | 611 | -763/+35762 | |
|\ \ | |/ |/| | | | | | | | Conflicts: lib/facter/ipmess.rb | |||||
| * | removing .swp file | Luke Kanies | 2008-02-17 | 1 | -0/+0 | |
| | | ||||||
| * | Switching from test/unit to rspec, and fixing a couple | Luke Kanies | 2008-02-17 | 597 | -107/+34935 | |
| | | | | | | | | of small test failures. | |||||
| * | Added new files | James Turnbull | 2008-02-08 | 10 | -0/+773 | |
| | | ||||||
| * | Further updates to split facts and move support functions | James Turnbull | 2008-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | Split out facts from facter.rb and moved all support code to util | James Turnbull | 2008-02-08 | 7 | -646/+53 | |
| | | ||||||
* | | Added support for multiple interfaces, macaddress and netmask facts for ↵ | James Turnbull | 2008-02-07 | 1 | -5/+57 | |
|/ | | | | Linux, *BSD, and Solaris | |||||
* | Fixed conflict merge | James Turnbull | 2008-02-03 | 1 | -3/+0 | |
| | ||||||
* | Revert "Fixed ticket #50 - added selinux facts" | James Turnbull | 2008-02-03 | 1 | -0/+3 | |
| | | | | | | | | This reverts commit b3962ef307678d1be70ece96a284fdd2d63b064d. Conflicts: lib/facter.rb | |||||
* | Added Ubuntu operatingsystem and operatingsystemrelease fact support | James Turnbull | 2008-02-03 | 1 | -1/+13 | |
| | ||||||
* | Added Debian release version support | James Turnbull | 2008-02-02 | 1 | -0/+10 | |
| | ||||||
* | Fixed ticket #50 - added selinux facts | James Turnbull | 2008-01-13 | 1 | -1/+11 | |
| | | | | Modified operatingsystemrelease fact behaviour for CentOS | |||||
* | Fixed ticket #48 - CentOS operatingsystemrelease fact now reporting correct ↵ | James Turnbull | 2007-12-22 | 2 | -1/+3 | |
| | | | | value | |||||
* | Added Mandrake support for operatingsystem fact - closed ticket #47 | James Turnbull | 2007-12-09 | 4 | -1/+55 | |
| | | | | | | Fixed ticket #45 Added netmask.rb closing ticket #46 | |||||
* | Added index to imess.rb fixing Ticket #43. | James Turnbull | 2007-11-08 | 2 | -15/+21 | |
| | ||||||
* | Fixed ticket #44 | James Turnbull | 2007-11-05 | 2 | -2/+6 | |
| | ||||||
* | Updated to version 1.3.8 | Luke Kanies | 2007-09-24 | 1 | -1/+1 | |
| | ||||||
* | Updated to version 1.3.8 | Luke Kanies | 2007-09-24 | 1 | -1/+1 | |
| | ||||||
* | Updating version in changelog | Luke Kanies | 2007-09-24 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of /opt/rl/git/facter | Luke Kanies | 2007-09-24 | 4 | -2/+139 | |
|\ | ||||||
| * | Updated CHANGELOG | James Turnbull | 2007-09-18 | 1 | -0/+2 | |
| | | ||||||
| * | Added require for rdoc/ri/ri_paths to address Puppet #753 and Facter #40 | James Turnbull | 2007-09-18 | 1 | -0/+1 | |
| | | ||||||
| * | Revert "Adjusted :kernel confine to make it more in line with others" | James Turnbull | 2007-09-16 | 3 | -14/+14 | |
| | | | | | | | | This reverts commit c5e6f602ae71d43ec58b65ec6b2f4f540bc27649. | |||||
| * | Adjusted :kernel confine to make it more in line with others | root | 2007-09-16 | 3 | -20/+60 | |
| | | | | | | | | Replaced initial ipmess.rb with updated version and added BSD support | |||||
| * | Updated CHANGELOG | James Turnbull | 2007-09-13 | 1 | -0/+14 | |
| | | ||||||
| * | Added support to return multiple interfaces and their IP addresses as facts. ↵ | James Turnbull | 2007-09-13 | 1 | -0/+45 | |
| | | | | | | | | Existing ipaddress fact which returns IP address of first interface on node is still available. Currently Linux only. Closes #6 | |||||
| * | Added macaddress fact support for FreeBSD and OpenBSD - closes #37 | root | 2007-09-13 | 1 | -2/+37 | |
| | | | | | | | | | | | | Added hardwareisa support for *BSD platforms - closed #38 Facter now detects the Mandriva distribution - closes #39 Facter now correctly detects ipaddress on NetBSD - closes #42 | |||||
* | | Removing the package hosts, so packages are no longer created at all | Luke Kanies | 2007-09-24 | 1 | -2/+2 | |
|/ | ||||||
* | making the install script executable | luke | 2007-07-17 | 1 | -0/+0 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@214 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Drastically speeding up the lsb data retrieval, and refactoring the ↵ | luke | 2007-07-17 | 2 | -13/+39 | |
| | | | | | | dmidecode data so it is a bit cleaner and does not produce extraneous output or errors git-svn-id: http://reductivelabs.com/svn/facter/trunk@213 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Set operatingsystemrelease to the major release on RHEL and Fedora | lutter | 2007-06-25 | 1 | -9/+37 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@212 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Remove tabs; don't fail if dmidecode doesn't return expected information | lutter | 2007-06-24 | 1 | -5/+6 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@211 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Adding manufacturer code, as requested by digant on the Puppet Trac site. | luke | 2007-06-18 | 1 | -0/+25 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@210 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Add YAML output option to the help text. | josb | 2007-06-14 | 1 | -1/+4 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@209 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Fixed problem with executing system_profiler and sw_vers on non Darwin hosts. | mccune | 2007-06-13 | 1 | -17/+19 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@208 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Fixed problem where facter referenced puppet plist utility library. | mccune | 2007-06-13 | 1 | -2/+2 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@207 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Added a bunch of information from system_profiler -xml. In particular, ↵ | mccune | 2007-06-13 | 4 | -0/+559 | |
| | | | | | | sp_serial_number is interesting. Also added values from sw_vers, to get the commonly used Mac OS X version and build identifier. git-svn-id: http://reductivelabs.com/svn/facter/trunk@206 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Setting the ldapname so it is guaranteed to be a string | luke | 2007-06-11 | 2 | -2/+3 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@205 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Applying patch from Valentin Vidic, fixing open filehandles | luke | 2007-06-05 | 1 | -1/+3 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@204 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Updated to version 1.3.7 | luke | 2007-03-21 | 1 | -1/+1 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@202 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Updated to version 1.3.7 | luke | 2007-03-21 | 1 | -1/+1 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@201 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Using consistent naming internally; I previously had essentially random ↵ | luke | 2007-03-21 | 3 | -61/+68 | |
| | | | | | | quoting and case, but it is now all lower-case symbols. It should behave the same externally. git-svn-id: http://reductivelabs.com/svn/facter/trunk@200 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Applying patch from #36 by psychedelys | luke | 2007-03-21 | 1 | -1/+1 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@199 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Fixing Facter.flush | luke | 2007-03-21 | 2 | -13/+34 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@198 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Fixing #33 -- we now only return the first mac address | luke | 2007-03-21 | 2 | -1/+7 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@197 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Applying patch from Adam Jacob that makes FACTERLIB work | luke | 2007-03-21 | 2 | -16/+63 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@196 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Applying patch from #35. | luke | 2007-02-24 | 1 | -1/+3 | |
| | | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@195 1f5c1d6a-bddf-0310-8f58-fc49e503516a | |||||
* | Fixing bug where an up interface not in active use was being selected as the ↵ | ajax | 2007-01-30 | 1 | -1/+31 | |
| | | | | | | canonical IP instead of using the IP attached to the interface assigned the default route. git-svn-id: http://reductivelabs.com/svn/facter/trunk@194 1f5c1d6a-bddf-0310-8f58-fc49e503516a |