# File lib/simp/cli/config/items/data/simp_openldap_server_conf_rootpw.rb, line 7
    def initialize
      super
      @key                 = 'simp_openldap::server::conf::rootpw'
      @description         = %Q{The LDAP Root password hash.

When set via 'simp config', it is generated from the password
entered on the command line.}
      @password_name       = 'LDAP Root'
      @data_type           = :server_hiera
      @generate_option     = :no_generate_as_default
    end