Base class for chef solo
This commit is contained in:
parent
f86bc912eb
commit
0d026da21e
7
lib/vagrant/provisioners/chef_solo.rb
Normal file
7
lib/vagrant/provisioners/chef_solo.rb
Normal file
@ -0,0 +1,7 @@
|
||||
module Vagrant
|
||||
module Provisioners
|
||||
# This class implements provisioning via chef-solo.
|
||||
class ChefSolo < Base
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user