diff --git a/lib/chef/provider/vagrant_box.rb b/lib/chef/provider/vagrant_box.rb index 7f3c7ba..9b0db33 100644 --- a/lib/chef/provider/vagrant_box.rb +++ b/lib/chef/provider/vagrant_box.rb @@ -2,7 +2,7 @@ require 'chef/mixin/shell_out' class Chef::Provider::VagrantBox < Chef::Provider::LWRPBase - + provides :vagrant_box use_inline_resources include Chef::Mixin::ShellOut diff --git a/lib/chef/provider/vagrant_cluster.rb b/lib/chef/provider/vagrant_cluster.rb index 9fadbd2..384d80d 100644 --- a/lib/chef/provider/vagrant_cluster.rb +++ b/lib/chef/provider/vagrant_cluster.rb @@ -2,7 +2,7 @@ require 'cheffish' class Chef::Provider::VagrantCluster < Chef::Provider::LWRPBase - + provides :vagrant_cluster use_inline_resources def whyrun_supported?