Class: Knifecosmic::CosmicServerUpdate
- Inherits:
-
Chef::Knife
- Object
- Chef::Knife
- Knifecosmic::CosmicServerUpdate
- Includes:
- Chef::Knife::KnifecosmicBase
- Defined in:
- lib/chef/knife/cosmic_server_update.rb
Instance Method Summary collapse
Methods included from Chef::Knife::KnifecosmicBase
Instance Method Details
#run ⇒ Object
36 37 38 39 40 41 42 43 44 |
# File 'lib/chef/knife/cosmic_server_update.rb', line 36 def run params = {} for key in config.keys params["#{key}"] = config[:"#{key}"] end @server = connection.server_update(params) end |