# File lib/simp/cli/config/items/data/simp_options_trusted_nets.rb, line 9 def initialize super @key = 'simp_options::trusted_nets' @description = %Q{A list of subnets to permit, in CIDR notation. If you need this to be more (or less) restrictive for a given class, you can override it in Hiera.} @allow_empty_list = false end