mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
5 lines
164 B
Ruby
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
|