diff --git a/lib/vagrant/provisioners/chef_solo.rb b/lib/vagrant/provisioners/chef_solo.rb new file mode 100644 index 000000000..d47e6bc54 --- /dev/null +++ b/lib/vagrant/provisioners/chef_solo.rb @@ -0,0 +1,7 @@ +module Vagrant + module Provisioners + # This class implements provisioning via chef-solo. + class ChefSolo < Base + end + end +end \ No newline at end of file