6 lines
164 B
Ruby
6 lines
164 B
Ruby
|
# This is a Vagrant block to allow proxy settings to be carried into Kitchen
|
||
|
# You need this for all of yum/apt etc. to work!
|
||
|
|
||
|
Vagrant.configure(2) do |config|
|
||
|
end
|