Method: Beaker::Hypervisor#proxy_package_manager
- Defined in:
- lib/beaker/hypervisor.rb
#proxy_package_manager ⇒ Object
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 [:package_proxy] package_proxy(@hosts, ) end end |