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.
1 parent 934a10b commit cc402c9Copy full SHA for cc402c9
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