Method: ChefDK::Command::Verify#validate_components!

Defined in:
lib/chef-dk/command/verify.rb

#validate_components!Object



326
327
328
329
330
331
# File 'lib/chef-dk/command/verify.rb', line 326

def validate_components!
  components.each do |component|
    component.omnibus_root = omnibus_root
    component.assert_present!
  end
end