104 105 106 107
# File 'lib/miu/cli.rb', line 104 def restart(node = :all, *args) args.unshift 'restart', node run_god *args end