Updates to get Bluepill export working & tweaks to output

This commit is contained in:
Hunter Nield
2011-08-25 21:17:00 +10:00
parent 21a041527c
commit 9db97abb10
4 changed files with 17 additions and 7 deletions
+1
View File
@@ -40,6 +40,7 @@ class Foreman::CLI < Thor
formatter = case format
when "inittab" then Foreman::Export::Inittab
when "upstart" then Foreman::Export::Upstart
when "bluepill" then Foreman::Export::Bluepill
else error "Unknown export format: #{format}."
end
+1
View File
@@ -7,3 +7,4 @@ end
require "foreman/export/base"
require "foreman/export/inittab"
require "foreman/export/upstart"
require "foreman/export/bluepill"