# File lib/simp/cli/config/items/action/hieradata_yaml_file_writer.rb, line 88 def apply_summary brief_filename = @file.gsub(%r{.*environments},'.../environments') if @applied_status == :succeeded "#{brief_filename} created" else "Creation of #{brief_filename} #{@applied_status}" end end