# File lib/simp/cli/config/items/action/hieradata_yaml_file_writer.rb, line 11
    def initialize
      super

      @key             = 'yaml::hieradata_file_writer'
      @description     = %Q{Write SIMP global hieradata to YAML file.}
      @file            = "#{::Utils.puppet_info[:simp_environment_path]}/hieradata/simp/site/simp_config_overrides.yaml"
      @group           = ::Utils.puppet_info[:puppet_group]
    end