ansible-collection-hardening/kitchen_vagrant_block.rb
2017-02-28 21:34:35 +01:00

5 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