beaker-pe 2.11.9 → 2.11.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4197540caf650f2becd54033331accdf18962cc11b6105b3c270612f3db83177
4
- data.tar.gz: 56f0df650510231101a0b0018532841a96835298912e704983f7890aadc99407
3
+ metadata.gz: e67561d58e3d22880ebc902fd9204e74deadb4af7f35580d93c4352e6bbd08c8
4
+ data.tar.gz: 922b92e642722c8592d48925ee374d474cecda7b92f0ed4f23db6fe411e78ef9
5
5
  SHA512:
6
- metadata.gz: 44c3f5e5c6bf878baa921ed03e1bbb8710fe1ae1cf82802825e4b6241d2d37e1580a6fdc5c530752c67454df00c5459157f59c44a1051233f405b764850104d4
7
- data.tar.gz: 4ab1aa98440c6865cdb02d2dd3aa67745931d7a65d0ee3109f2b6139d954a1805fa60d3e04c7654dde11a08da8c0c1c32f663bec2250eab47c340ff429144f1e
6
+ metadata.gz: 40180fdc182048b2bac7632c8d2236f70f2c6ff4a5256d6b42e3b0281823ed0bc1c2b03907f677471fb9483d022cec9b3fe8e513131e7313e9c2b37e78c5baa0
7
+ data.tar.gz: ac839faf008edf53c4ec75e1c27a61fa1e6fab8ae9902cb584058d35eae6f95bc3a9814b5c32ee7a82c6169d1d1cbe3aaf1f3c2d95cf8bcfdd01e6e0dc842a61
@@ -731,12 +731,16 @@ module Beaker
731
731
  hosts.each do |host|
732
732
  step "Configuring #{host} to use proxy" do
733
733
  @osmirror_host = "osmirror.delivery.puppetlabs.net"
734
+ puts "Grabbing IP for osmirror.delivery.puppetlabs.net"
734
735
  @osmirror_host_ip = IPSocket.getaddress(@osmirror_host)
735
736
  @delivery_host = "artifactory.delivery.puppetlabs.net"
737
+ puts "Grabbing IP for artifactory.delivery.puppetlabs.net"
736
738
  @delivery_host_ip = IPSocket.getaddress(@delivery_host)
737
739
  @test_forge_host = "api-forge-aio02-petest.puppet.com"
740
+ puts "Grabbing IP for api-forge-aio02-petest.puppet.com"
738
741
  @test_forge_host_ip = IPSocket.getaddress(@test_forge_host)
739
742
  @github_host = "github.com"
743
+ puts "Grabbing IP for github.com"
740
744
  @github_host_ip = IPSocket.getaddress(@github_host)
741
745
  @proxy_ip = @options[:proxy_ip]
742
746
  @proxy_hostname = @options[:proxy_hostname]
@@ -3,7 +3,7 @@ module Beaker
3
3
  module PE
4
4
 
5
5
  module Version
6
- STRING = '2.11.9'
6
+ STRING = '2.11.10'
7
7
  end
8
8
 
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-pe
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.9
4
+ version: 2.11.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-23 00:00:00.000000000 Z
11
+ date: 2021-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec