Class: Chef::WhiskMixinList

Inherits:
Knife
  • Object
show all
Includes:
Knife::WhiskBase
Defined in:
lib/chef/knife/knife-whisk.rb

Instance Method Summary collapse

Methods included from Knife::WhiskBase

#add_quotes, #exit_with_message, #get_config, #get_security_groups, included, #mixin_exists?, #security_group_exists?, #server_exists?

Instance Method Details

#runObject



110
111
112
113
114
115
# File 'lib/chef/knife/knife-whisk.rb', line 110

def run
  exit_with_message("Required whisk.yml does not exist") unless get_config
  get_config["mixins"].each do |mixin|
    puts mixin.first
  end
end