From fcc428729b8698b4339fe68f7e8cc83a95d80f9d Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 10 Jul 2018 00:02:57 -0700 Subject: Add provider doc description --- lib/puppet/provider/host/parsed.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/puppet/provider/host/parsed.rb') diff --git a/lib/puppet/provider/host/parsed.rb b/lib/puppet/provider/host/parsed.rb index c3531e6..64e6c60 100644 --- a/lib/puppet/provider/host/parsed.rb +++ b/lib/puppet/provider/host/parsed.rb @@ -12,6 +12,10 @@ end Puppet::Type.type(:host).provide(:parsed, parent: Puppet::Provider::ParsedFile, default_target: hosts, filetype: :flat) 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." + confine exists: hosts text_line :comment, match: %r{^#} -- cgit v1.2.3