lib/foreman/export.rb in foreman-0.15.0 vs lib/foreman/export.rb in foreman-0.16.0

- old
+ new

@@ -2,7 +2,8 @@ module Foreman::Export class Exception < ::Exception; end end +require "foreman/export/base" require "foreman/export/inittab" require "foreman/export/upstart"