aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/puppet/provider/host/parsed.rb4
1 files changed, 4 insertions, 0 deletions
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{^#}