Utility functions
# File lib/ironfan/provider/chef.rb, line 14 def self.post_rest(type, content, options={}) params = [ Chef::Config[:chef_server_url] ] if options[:client] params << options[:client].name params << options[:client].key_filename end Chef::REST.new(*params).post_rest(type,content) end
Generated with the Darkfish Rdoc Generator 2.