summaryrefslogtreecommitdiffstats
path: root/lib/facter/macosx.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6974 - Moved to Apache 2.0 licenseJames Turnbull2011-04-061-11/+0
| | | | | | | | | This is in line with our proposed plan to change from the GPL license to Apache 2.0. Please see this link for further explanation: https://groups.google.com/d/topic/puppet-users/NuspYhMpE5o/discussion
* (#5394) Document each Facter fact.Ben H2011-03-311-0/+13
| | | | | | | | | Document all the builtin Facter facts in puppetdoc/rdoc format. This is laying the ground work for using a tool like puppet doc, or puppet describe but for facter, so you can see what a fact is for and how it resolves this. This is the "leg work" of documenting the actual facts, and the syntax of them may change in future.
* Fixing the usage of the macosx util module; I somehow missed renaming it hereLuke Kanies2009-01-271-3/+3
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Rejustifying all of the whitespace in the facts, yay.Luke Kanies2008-06-171-23/+23
|
* Switching from test/unit to rspec, and fixing a coupleLuke Kanies2008-02-171-2/+2
| | | | of small test failures.
* Further updates to split facts and move support functionsJames Turnbull2008-02-081-1/+1
|
* Split out facts from facter.rb and moved all support code to utilJames Turnbull2008-02-081-31/+1
|
* Fixed problem with executing system_profiler and sw_vers on non Darwin hosts.mccune2007-06-131-17/+19
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@208 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Added a bunch of information from system_profiler -xml. In particular, ↵mccune2007-06-131-0/+82
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