# File lib/simp/cli/config/items/data/cli_set_grub_password.rb, line 7
    def initialize
      super
      @key         = 'cli::set_grub_password'
      @description = %Q{Whether to set the GRUB password on this system.}
      @data_type   = :cli_params
    end