# File lib/foreman/export/bluepill.rb, line 6
  def export
    super
    clean "#{location}/#{app}.pill"
    write_template "bluepill/master.pill.erb", "#{app}.pill", binding
  end