summaryrefslogtreecommitdiffstats
path: root/lib/facter/netmask.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#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.
* 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>
* Add Darwin netmask support on top of Jim's patchPaul Nasrat2009-08-231-1/+1
|
* Fix #2306 netmask and ipaddress on SunOS and BSDsJim Pirzyk2009-08-231-1/+1
|
* more consistent indentation and alignment. also removal of trailing whitespaceIan Taylor2009-02-281-4/+4
|
* Refactor of netmask fact - fixes ticket #66James Turnbull2008-05-281-33/+2
|
* Updated version. Moved most facts to seperate files.James Turnbull2008-05-171-18/+7
|
* Fixing warnings and interfaces.Luke Kanies2008-05-141-1/+1
| | | | | | | | I was getting warnings on OS X for the IPmess stuff; that's now fixed. Also, I got rid of the internal usage of the Facter.<factname> interface, as I want to get rid of it.
* Split out facts from facter.rb and moved all support code to utilJames Turnbull2008-02-081-5/+18
|
* Added Mandrake support for operatingsystem fact - closed ticket #47James Turnbull2007-12-091-0/+46
Fixed ticket #45 Added netmask.rb closing ticket #46