Method: Beaker::Hypervisor#proxy_package_manager

Defined in:
lib/beaker/hypervisor.rb

#proxy_package_managerObject

Proxy package managers on tests hosts created by this hypervisor, runs before validation and configuration.



98
99
100
101
102
# File 'lib/beaker/hypervisor.rb', line 98

def proxy_package_manager
  if @options[:package_proxy]
    package_proxy(@hosts, @options)
  end
end