Class: Chef::Knife::ClodoServerStop
- Inherits:
-
Chef::Knife
- Object
- Chef::Knife
- Chef::Knife::ClodoServerStop
- Includes:
- ClodoBase
- Defined in:
- lib/chef/knife/clodo_server_stop.rb
Instance Method Summary collapse
Methods included from ClodoBase
#connection, included, #locate_config_value
Instance Method Details
#run ⇒ Object
11 12 13 14 15 16 17 18 |
# File 'lib/chef/knife/clodo_server_stop.rb', line 11 def run $stdout.sync = true @name_args.each do |server| connection.stop_server(server) end end |