Revert "Merge pull request #292 from andrewsmedina/master"

Does not pass tests

This reverts commit 17a8a316b8, reversing
changes made to 9e1d590734.
This commit is contained in:
David Dollar
2013-04-15 15:31:38 -04:00
parent f1c2347680
commit 403d40b277
5 changed files with 0 additions and 137 deletions
-16
View File
@@ -1,16 +0,0 @@
require "erb"
require "foreman/export"
class Foreman::Export::Circus < Foreman::Export::Base
def export
super
Dir["#{location}/#{app}*.ini"].each do |file|
clean file
end
write_template "circus/app.ini.erb", "#{app}.ini", binding
end
end