require "foreman" module Foreman::Export class Exception < ::Exception; end end require "foreman/export/json" require "foreman/export/inittab" require "foreman/export/upstart"