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