lib/chef_metal.rb in chef-metal-0.7 vs lib/chef_metal.rb in chef-metal-0.8

- old
+ new

@@ -2,9 +2,11 @@ require 'chef_metal/recipe_dsl' require 'chef/resource/machine' require 'chef/provider/machine' require 'chef/resource/machine_file' require 'chef/provider/machine_file' +require 'chef/resource/machine_execute' +require 'chef/provider/machine_execute' require 'chef_metal/inline_resource' module ChefMetal def self.with_provisioner(provisioner)