9 lines
150 B
Ruby
9 lines
150 B
Ruby
require "foreman"
|
|
|
|
module Foreman::Export
|
|
class Exception < ::Exception; end
|
|
end
|
|
|
|
require "foreman/export/upstart"
|
|
require "foreman/export/inittab"
|