summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/zpool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/zpool.rb')
-rwxr-xr-xlib/puppet/type/zpool.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/puppet/type/zpool.rb b/lib/puppet/type/zpool.rb
index 401a2c220..49cce552a 100755
--- a/lib/puppet/type/zpool.rb
+++ b/lib/puppet/type/zpool.rb
@@ -45,9 +45,9 @@ module Puppet
newproperty(:mirror, :array_matching => :all, :parent => Puppet::Property::MultiVDev) do
desc "List of all the devices to mirror for this pool. Each mirror should be a space separated string:
-
+
mirror => [\"disk1 disk2\", \"disk3 disk4\"]
-
+
"
validate do |value|
@@ -57,8 +57,8 @@ module Puppet
newproperty(:raidz, :array_matching => :all, :parent => Puppet::Property::MultiVDev) do
desc "List of all the devices to raid for this pool. Should be an array of space separated strings:
-
- raidz => [\"disk1 disk2\", \"disk3 disk4\"]
+
+ raidz => [\"disk1 disk2\", \"disk3 disk4\"]
"