1 In-house patch to fix upstream bug PUP-2641
2 https://tickets.puppetlabs.com/browse/PUP-2641
3 Patch has been submitted upstream but not yet accepted.
5 --- puppet-3.8.6/lib/puppet/application/describe.rb.orig 2016-04-19 14:29:00.513107441 -0700
6 +++ puppet-3.8.6/lib/puppet/application/describe.rb 2016-04-19 14:29:42.599397493 -0700
8 +#######################################################################
9 +# Oracle has modified the originally distributed contents of this file.
10 +#######################################################################
12 require 'puppet/application'
18 s = type.doc.gsub(/\s+/, " ")
21 - s = ".. no documentation .."
28 printf "%-15s - %s\n", name, s