beaker-pe 2.11.23 → 2.11.24

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: 8becd49a23057ad0bd43368413ef30c2902a24904a9049e55ae5a70005f38ba3
4
- data.tar.gz: 9f8d19e850b9a64f007e7096fd733159b7b2e74a064572823cf6efcf501312f1
3
+ metadata.gz: e5506b713fe3a5a0438e9a998df4e376596dad60ea22da77b1d963d6e6a8dc04
4
+ data.tar.gz: 45b06d23e09975db2c2dd834790a64759bd9d7ccc8fc55660467da71e597dbc2
5
5
  SHA512:
6
- metadata.gz: b286e0c93899aa70cfd61d6729f46c6db9042c407f7c4ee64618cb251738677af21d1f499a746b62eb18d15afd83eebab7dc9e6b9a7b6184cbf2fff3fb53c539
7
- data.tar.gz: a6bb05de8a00d72ef78887b24eea5db7b5835329a2b0d36ded5f2a492890e62d61b0da143377cc5c477561f8db8b30c12fcaba1ad9a206633da971a9aa98a75e
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
@@ -1396,10 +1396,10 @@ gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+
1396
1396
  EOM
1397
1397
  hosts.each do |host|
1398
1398
  if host.platform=~ /solaris-11(\.2)?-(i386|sparc)/
1399
- create_remote_file(host, "DigiCertTrustedRootG4.crt.pem", digicert)
1400
- on(host, 'chmod a+r /root/DigiCertTrustedRootG4.crt.pem')
1401
- on(host, 'cp -p /root/DigiCertTrustedRootG4.crt.pem /etc/certs/CA/')
1402
- 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')
1403
1403
  on(host, '/usr/sbin/svcadm restart /system/ca-certificates')
1404
1404
  timeout = 60
1405
1405
  counter = 0
@@ -3,7 +3,7 @@ module Beaker
3
3
  module PE
4
4
 
5
5
  module Version
6
- STRING = '2.11.23'
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.23
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-10-26 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