summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/zfs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/zfs.rb')
-rwxr-xr-xlib/puppet/type/zfs.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/puppet/type/zfs.rb b/lib/puppet/type/zfs.rb
index 1757931f8..6f04bddd8 100755
--- a/lib/puppet/type/zfs.rb
+++ b/lib/puppet/type/zfs.rb
@@ -1,6 +1,8 @@
module Puppet
newtype(:zfs) do
- @doc = "Manage zfs. Create destroy and set properties on zfs instances."
+ @doc = "Manage zfs. Create destroy and set properties on zfs instances.
+
+**Autorequires:** If Puppet is managing the zpool at the root of this zfs instance, the zfs resource will autorequire it. If Puppet is managing any parent zfs instances, the zfs resource will autorequire them."
ensurable