Module: Chef::DSL::Recipe

Defined in:
lib/chef_metal_ssh.rb

Instance Method Summary collapse

Instance Method Details

#with_ssh_cluster(cluster_path, &block) ⇒ Object



12
13
14
# File 'lib/chef_metal_ssh.rb', line 12

def with_ssh_cluster(cluster_path, &block)
	with_driver("ssh:#{cluster_path}", &block)
end