Most of these changes are whitespace changes; I went through and
fixed all of the indentation and changed some {} blocks to do/end
where necessary to style-match.In order to even understand the IP stuff, I had to refactor and clean it up, but it'd be great if someone really took at it with an axe. lib/facter/Cfkey.rb | 4 +- lib/facter/fqdn.rb | 3 +- lib/facter/ipmess.rb | 43 +++----- lib/facter/kernelrelease.rb | 4 +- lib/facter/kernelversion.rb | 6 +- lib/facter/macaddress.rb | 52 +++++----- lib/facter/operatingsystemrelease.rb | 16 ++-- lib/facter/puppetversion.rb | 4 +- lib/facter/util/fact.rb | 1 + lib/facter/util/ip.rb | 181 +++++++++++++++++++--------------- lib/facter/util/macosx.rb | 49 +++++----- lib/facter/util/manufacturer.rb | 3 +- lib/facter/util/netmask.rb | 44 ++++----- lib/facter/util/plist.rb | 2 +- lib/facter/virtual.rb | 133 ++++++++++++------------- spec/unit/ipmess.rb | 15 +++ spec/unit/util/ip.rb | 23 +++-- 17 files changed, 303 insertions(+), 280 deletions(-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
