# File lib/openshift-origin-msg-broker-mcollective/lib/openshift/mcollective_application_container_proxy.rb, line 387 def restart(app, gear, cart) if framework_carts.include?(cart) run_cartridge_command(cart, app, gear, "restart") elsif embedded_carts.include? cart restart_component(app, gear, cart) else ResultIO.new end end