Base class for chef solo
This commit is contained in:
parent
f86bc912eb
commit
0d026da21e
|
@ -0,0 +1,7 @@
|
|||
module Vagrant
|
||||
module Provisioners
|
||||
# This class implements provisioning via chef-solo.
|
||||
class ChefSolo < Base
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue