module Chef::DSL::Recipe

Module extension.

Public Instance Methods

with_flow_url(url) click to toggle source
# File lib/chef/provisioning/opennebula_driver/driver.rb, line 33
def with_flow_url(url)
  run_context.chef_provisioning.with_flow_url(url)
end