# File lib/simp/cli/config/items/data/simp_options_ntp_servers.rb, line 7
    def initialize
      super
      @key              = 'simp_options::ntpd::servers'
      @warnings         = {
        :no_ntp            => "A consistent time source is critical to your systems' security.",
        :warning_hw_clocks => "DO NOT run multiple production systems using individual hardware clocks!",
      }
      @description      =  %Q{Your network's NTP time servers.
#{@warnings.values.join("\n")}}
      @allow_empty_list = true
    end