X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Flib%2Fpuppet%2Ftype%2Fanchor.rb;fp=3rdparty%2Fmodules%2Fstdlib%2Flib%2Fpuppet%2Ftype%2Fanchor.rb;h=60cfa6451af8a688744b6626ea1b46d6a4da48bd;hb=131e09855e065be940e104d9ab0f18940cc76257;hp=fe1e5aa19524880210055bc5c7953c25653b72d3;hpb=407d322498f4fde815abf381007fbecfe5c10b2b;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/lib/puppet/type/anchor.rb b/3rdparty/modules/stdlib/lib/puppet/type/anchor.rb index fe1e5aa19..60cfa6451 100644 --- a/3rdparty/modules/stdlib/lib/puppet/type/anchor.rb +++ b/3rdparty/modules/stdlib/lib/puppet/type/anchor.rb @@ -1,5 +1,5 @@ Puppet::Type.newtype(:anchor) do - desc <<-'ENDOFDESC' + desc <<-'DESCRIPTION' A simple resource type intended to be used as an anchor in a composite class. In Puppet 2.6, when a class declares another class, the resources in the @@ -32,10 +32,10 @@ Puppet::Type.newtype(:anchor) do class { 'ntp': } -> class { 'mcollective': } class { 'mcollective': } -> class { 'ntp': } - ENDOFDESC + DESCRIPTION newparam :name do - desc "The name of the anchor resource." + desc 'The name of the anchor resource.' end def refresh