components/ruby/facter/patches/facter-04-FACT-660.patch
changeset 5860 afd31ba91ee9
parent 2068 4e371f01e40f
child 6136 428f5dba7242
--- a/components/ruby/facter/patches/facter-04-FACT-660.patch	Mon Apr 25 10:20:40 2016 -0700
+++ b/components/ruby/facter/patches/facter-04-FACT-660.patch	Wed Apr 27 14:55:10 2016 -0700
@@ -1,8 +1,17 @@
 Patch for FACT-660 Facter on Solaris 11.2+ should report if zones are supported
 Upstream bug: https://tickets.puppetlabs.com/browse/FACT-660
---- facter-2.1.0/lib/facter/util/solaris_zones.rb.orig	2014-08-19 13:49:14.721574641 -0600
-+++ facter-2.1.0/lib/facter/util/solaris_zones.rb	2014-08-19 13:50:03.475818042 -0600
-@@ -156,3 +156,29 @@
+
+--- facter-2.4.6/lib/facter/util/solaris_zones.rb.orig	2016-04-19 15:21:42.808586315 -0700
++++ facter-2.4.6/lib/facter/util/solaris_zones.rb	2016-04-19 15:22:05.762477352 -0700
+@@ -1,3 +1,7 @@
++#######################################################################
++# Oracle has modified the originally distributed contents of this file.
++#######################################################################
++
+ require 'facter/util/resolution'
+ 
+ module Facter
+@@ -156,3 +160,29 @@
    end
  end
  end