# File lib/puppet/provider/zpool/solaris.rb, line 67 67: def raidzarity 68: @resource[:raid_parity] ? @resource[:raid_parity] : "raidz1" 69: end