Base class for chef solo

This commit is contained in:
Mitchell Hashimoto 2010-03-10 13:01:53 -08:00
parent f86bc912eb
commit 0d026da21e
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
module Vagrant
module Provisioners
# This class implements provisioning via chef-solo.
class ChefSolo < Base
end
end
end