module Foreman::Thor::Actions

def _shared_configuration #:nodoc:

:nodoc:

Allow current root to be shared between invocations.
def _shared_configuration #:nodoc:
  super.merge!(:destination_root => destination_root)
end