From 725d4693895c6ec060b16428a918d4cecb85ae2f Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Fri, 1 Oct 2021 14:43:35 +0300 Subject: (MODULES-8183) REFERENCE.md ToC fixes --- lib/puppet/type/host.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/puppet') diff --git a/lib/puppet/type/host.rb b/lib/puppet/type/host.rb index 0510180..0e7a21c 100644 --- a/lib/puppet/type/host.rb +++ b/lib/puppet/type/host.rb @@ -1,9 +1,10 @@ require 'puppet/property/ordered_list' Puppet::Type.newtype(:host) do - @doc = "Installs and manages host entries. For most systems, these - entries will just be in `/etc/hosts`, but some systems (notably OS X) - will have different solutions." + @doc = "@summary Installs and manages host entries. + + For most systems, these entries will just be in `/etc/hosts`, but some + systems (notably OS X) will have different solutions." ensurable -- cgit v1.2.3