Class: Chef::WhiskMixinList
- 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
#run ⇒ Object
110 111 112 113 114 115 |
# File 'lib/chef/knife/knife-whisk.rb', line 110 def run ("Required whisk.yml does not exist") unless get_config get_config["mixins"].each do |mixin| puts mixin.first end end |