summaryrefslogtreecommitdiffstats
path: root/lib/facter/macaddress.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch ↵James Turnbull2011-04-011-0/+9
|\ | | | | | | | | | | | | 'barn/tickets/next/5394-Improve_Facter_fact_value_documentation' into next * barn/tickets/next/5394-Improve_Facter_fact_value_documentation: (#5394) Document each Facter fact.
| * (#5394) Document each Facter fact.Ben H2011-03-311-0/+9
| | | | | | | | | | | | | | | | | | 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.
* | (#6613) Switch solaris macaddress fact to netstatAdrien Thebo2011-03-281-0/+12
|/ | | | | - ifconfig on solaris will only return the mac address if run as root. netstat -np will provide the information to any user.
* Fix #4755: add support for GNU/kFreeBSD platform where missing.Marc Fournier2011-01-311-1/+1
| | | | | | | | | Merged manually to the current state of the art. Minimal conflicts resolved by adding both Darwin and GNU/KFreeBSD to the confine lines. Author: Marc Fournier <marc.fournier@camptocamp.com> Signed-off-by: Daniel Pittman <daniel@puppetlabs.com> Signed-off-by: Rick Bradley <rick@rickbradley.com>
* [#3703] Fix macaddress fact for DarwinRein Henrichs2010-08-111-13/+3
| | | | * With tests for 9.8.0, 10.3.0 and 10.6.4
* Fixed #3393 - Updates to Facter for MS WindowsDavid Schmitt2010-06-151-8/+21
| | | | | | | | | | This patch is originally by Daniel Berger <djberg96@gmail.com>, I changed using Facter.value instead of repeatedly testing Config['host_os'], removed Resolution::which, and fixed the specs. Thanks to Paul Nasrat for helping with cross-platform debugging. Signed-off-by: David Schmitt <david@dasz.at>
* Fixed #2131 - Facter doesn't populate lsbmajdistrelease on OEL (also OEL/OVS ↵James Turnbull2009-05-121-1/+1
| | | | and other facts)
* Fix #2236 - don't use each_line on arraysPaul Nasrat2009-05-111-2/+2
| | | | | | | | This fixes up the syntax so that we can get 1.5.5 out, I've not done tests for this as we need to fixup the number of time we call out to ifconfig and the duplication with ip.rb. Paul
* Partial fix for #2191 - Facter compatibility for Ruby 1.9James Turnbull2009-04-271-6/+6
|
* Fixing indentation everywhereLuke Kanies2009-01-151-26/+26
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed #1619 - Applying patch by seanmil, adding support for SLES.Luke Kanies2008-09-291-1/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixes #1467 - macaddress not set on UbuntuJames Turnbull2008-07-301-1/+1
|
* Set macaddress on windows platformPaul Nasrat2008-07-171-0/+14
|
* Rejustifying all of the whitespace in the facts, yay.Luke Kanies2008-06-171-60/+60
|
* Added support for AIX fixing ticket #56James Turnbull2008-05-191-0/+23
|
* Updated version. Moved most facts to seperate files.James Turnbull2008-05-171-0/+42