class Foreman::Export::Bluepill

def export

def export
  super
  clean "#{location}/#{app}.pill"
  write_template "bluepill/master.pill.erb", "#{app}.pill", binding
end