# File lib/puppet/type/zone.rb, line 280 280: def configtext 281: "add rctl\nset name=zone.cpu-shares\nadd value (priv=privileged,limit=#{self.should},action=none)\nend" 282: end