# File lib/simp/cli/config/items/data/grub_password.rb, line 12
    def initialize
      super
      @key            = 'grub::password'
      @description    = %Q{The password to access GRUB.

The value entered is used to set the GRUB password and to generate a hash
stored in #{@key}.}
      @password_name  = 'GRUB'
      @applied_status = :unattempted
    end