# File lib/simp/cli/config/items/action/enable_os_and_simp_yum_repos_action.rb, line 22
    def apply_summary
      file = @file ? File.basename(@file) : 'SIMP server <host>.yaml'
      "Enabling of remote system (OS) and SIMP YUM repositories in #{file} #{@applied_status}"
    end