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