beaker-pe 2.11.22 → 2.11.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11cedfa7e51e26dc8c86bba1f90f58246281a4ecd807bf478257faf65ab6222a
4
- data.tar.gz: 11aa7c6788e083087b365f3ece9c776152192729620d7c445991f28321daf10f
3
+ metadata.gz: e5506b713fe3a5a0438e9a998df4e376596dad60ea22da77b1d963d6e6a8dc04
4
+ data.tar.gz: 45b06d23e09975db2c2dd834790a64759bd9d7ccc8fc55660467da71e597dbc2
5
5
  SHA512:
6
- metadata.gz: f4b5e2f23e69e501026ac935cbf9d1f921f9bcc46c1547a192f89a7dcb83b867f3e24390ce270740b82fb40a8709340b74ec9ac2a1fefa7590b287b25f540df8
7
- data.tar.gz: 9d98e876622f630b5d300c12e4a19cf8dbe08b4ba0a44cb5ec45f6bcc5c21d9c6af6d24bbd024b5c0da9688182364f7528fc9cf185efce9d8c96a9a68d8044d7
6
+ metadata.gz: ccec28cee13cb65455533cd40bc4b867681cfca40081a54a86cc21c0e531add6624acfb7afb53e80e8b95fbff86f8bd4ea59f65b1c4c9a3ef37aac0ec67ea3f8
7
+ data.tar.gz: da7d560c879a497c618870caf3b67ce87abad80ec9015d9bc4214b9358fa2ffabd155f021a8eb9c5befd9c44e61f51e590e5afad81bbadbfcb5d545be452d6da
data/CODEOWNERS CHANGED
@@ -1,5 +1,2 @@
1
- #This Repository is maintained by both the release engineering, and installer teams, depending on the location of the changes
2
- * @puppetlabs/release-engineering
3
- /lib/beaker-pe/install @puppetlabs/installer-and-management
4
- /lib/beaker-pe/pe-client-tools @puppetlabs/installer-and-management
5
- /spec/beaker-pe/install @puppetlabs/installer-and-management
1
+ #This Repository is maintained by the release engineering, skeletor, and nimbus teams
2
+ * @puppetlabs/release-engineering @puppetlabs/skeletor @puppetlabs/nimbus
@@ -823,6 +823,8 @@ module Beaker
823
823
  # The next two lines clear the rest of the internal puppet lan
824
824
  on host, "iptables -A OUTPUT -p tcp -d 10.16.0.0/16 -j ACCEPT"
825
825
  on host, "iptables -A OUTPUT -p tcp -d 10.32.0.0/16 -j ACCEPT"
826
+ # And for GCP scratchpad hosts
827
+ on host, "iptables -A OUTPUT -p tcp -d 10.253.0.0/16 -j ACCEPT"
826
828
  # This allows udp on a port bundler requires
827
829
  on host, 'iptables -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT'
828
830
  # Next two lines allow host to access itself via localhost or 127.0.0.1
@@ -1394,10 +1396,10 @@ gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+
1394
1396
  EOM
1395
1397
  hosts.each do |host|
1396
1398
  if host.platform=~ /solaris-11(\.2)?-(i386|sparc)/
1397
- create_remote_file(host, "DigiCertTrustedRootG4.crt.pem", digicert)
1398
- on(host, 'chmod a+r /root/DigiCertTrustedRootG4.crt.pem')
1399
- on(host, 'cp -p /root/DigiCertTrustedRootG4.crt.pem /etc/certs/CA/')
1400
- on(host, 'rm /root/DigiCertTrustedRootG4.crt.pem')
1399
+ create_remote_file(host, "DigiCert_Trusted_Root_G4.pem", digicert)
1400
+ on(host, 'chmod a+r /root/DigiCert_Trusted_Root_G4.pem')
1401
+ on(host, 'cp -p /root/DigiCert_Trusted_Root_G4.pem /etc/certs/CA/')
1402
+ on(host, 'rm /root/DigiCert_Trusted_Root_G4.pem')
1401
1403
  on(host, '/usr/sbin/svcadm restart /system/ca-certificates')
1402
1404
  timeout = 60
1403
1405
  counter = 0
@@ -3,7 +3,7 @@ module Beaker
3
3
  module PE
4
4
 
5
5
  module Version
6
- STRING = '2.11.22'
6
+ STRING = '2.11.24'
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.22
4
+ version: 2.11.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-28 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec