[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda

James Turnbull james at lovedthanlost.net
Fri Jan 29 17:22:14 UTC 2010


The following commit has been merged in the upstream branch:
commit 5d94f7fd5fde27a2cdffc918db68b2549231e23e
Author: James Turnbull <james at lovedthanlost.net>
Date:   Sat Mar 7 10:50:57 2009 +1100

    Fixed #2055 - SunoS Interface error

diff --git a/CHANGELOG b/CHANGELOG
index b0336aa..41d309c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
 1.6.x:
+    Fixed #2055 - SunoS Interface error
+
     Fixed #2044 - fixed virtual fact
 
     Fixed lib install permissions
diff --git a/lib/facter/util/ip.rb b/lib/facter/util/ip.rb
index a57bf08..5469f73 100644
--- a/lib/facter/util/ip.rb
+++ b/lib/facter/util/ip.rb
@@ -16,7 +16,7 @@ module Facter::Util::IP
             :netmask    => /netmask\s+0x(\w{8})/
         },
         :sunos => {
-            :addr       => /inet\s+([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)/,
+            :ipadddress => /inet\s+([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)/,
             :macaddress => /(?:ether|lladdr)\s+(\w?\w:\w?\w:\w?\w:\w?\w:\w?\w:\w?\w)/,
             :netmask    => /netmask\s+(\w{8})/
         }

-- 
Packaging of Facter for debian



More information about the Pkg-puppet-devel mailing list