# File lib/simp/cli/config/items/data/simp_options_syslog_log_servers.rb, line 7 def initialize super @key = 'simp_options::syslog::log_servers' @description = %Q{The log server(s) to receive forwarded logs. No log forwarding is enabled when this list is empty. Only use hostnames here if at all possible.} @allow_empty_list = true end