# File lib/simp/cli/config/items/data/simp_options_dns_search.rb, line 8 def initialize super @key = 'simp_options::dns::search' @description = %Q{The DNS domain search string. Remember to put these in the appropriate order for your environment!} @file = '/etc/resolv.conf' end