# File lib/new_relic/cli/commands/install.rb, line 69
  def content
    @src_file ||= File.expand_path(File.join(File.dirname(__FILE__),"..","..","..","..","newrelic.yml"))
    template = File.read(@src_file)
    ERB.new(template).result(binding)
  end