We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 934a10b + cc402c9 commit 193dec7Copy full SHA for 193dec7
lib/puppet/provider/mount/parsed.rb
@@ -16,9 +16,7 @@
16
) do
17
include Puppet::Provider::Mount
18
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."
+ @doc = 'Manages filesystem mounts'
22
23
commands mountcmd: 'mount', umount: 'umount'
24
0 commit comments