Module Facter::Util::Macosx
In: lib/facter/util/macosx.rb

macosx.rb Support methods for Apple OSX facts

Copyright (C) 2007 Jeff McCune Author: Jeff McCune <jeff.mccune@northstarlabs.net>

Methods

Constants

Plist_Xml_Doctype = '<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">'

Public Class methods

Return an xml result, modified as we need it.

JJM I‘d really like to dynamically generate these methods by looking at the _name key of the _items dict for each _dataType

[Validate]