# File lib/simp/cli/config/items/data/sssd_domains.rb, line 7 def initialize super @key = 'sssd::domains' @description = %Q{A list of domains for SSSD to use. * When `simp_options::ldap` is true, this field should include `LDAP`. * When `simp_options::ldap` is false, this field must be a valid domain ('Local' and/or a custom domain) or the sssd service will fail to start. } end