Skip to content

Commit 193dec7

Browse files
authored
Merge pull request #49 from kajinamit/fix-doc
Fix wrong descrpiton in the provider
2 parents 934a10b + cc402c9 commit 193dec7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/puppet/provider/mount/parsed.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
) do
1717
include Puppet::Provider::Mount
1818

19-
@doc = "Installs and manages host entries. For most systems, these
20-
entries will just be in `/etc/hosts`, but some systems (notably OS X)
21-
will have different solutions."
19+
@doc = 'Manages filesystem mounts'
2220

2321
commands mountcmd: 'mount', umount: 'umount'
2422

0 commit comments

Comments
 (0)