# File lib/simp/cli/config/items/action/set_puppet_digest_algorithm_action.rb, line 8
    def initialize
      super
      @key         = 'fips_digest'
      @description = 'Set Puppet digest algorithm to work with FIPS'
      @allow_user_apply = true
      @applied_status = :unattempted
      @digest_algorithm = 'sha256'
    end