puppet_metadata 1.2.0 → 1.3.0

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: a51387ced797e16745c927b7a839fc3192ff47fc7269a0729ccf5ebebfe85bb6
4
- data.tar.gz: 9d0187e002a2cbc5d90c080405370efb979bdd2a3eec1be295c9567ab20639cb
3
+ metadata.gz: 1812a9565d5558aea69c47b403fd31788417b995ad8c4ef5349ddee10d18529c
4
+ data.tar.gz: 54dda6a4915469ce27d0d2b9a1c43fbcee5cfdc2314dfc3fa8358afca9d303da
5
5
  SHA512:
6
- metadata.gz: 73b3e503a1331f92f98a4b0ebcf9c6fa5c69474edee3cdecafd2899647728d40b8494802042c02422cfdbdee33a7573cd1d1c0dba7443ccae14ecf0031d43433
7
- data.tar.gz: 3201c83529d017649552d63833e774971692cb59d0eca654e59bd08265f0287a08da5f3b994f1e9ad72e14e1b50cfd9a3959950cee3056c433ccc0988400e441
6
+ metadata.gz: 49675f7c180f2300e05c3018cb6d0c9f064d74b5f95fee222d73e7f83c385a8b4a839779462163a11022f9c700d115839c1d79d239a0f5988a1cbf5c3dea344d
7
+ data.tar.gz: be883a1b3af62b048436c263afd6dc4a0963fc5345d9a8e69f63af96e52f84670c5ec1d63ef212a371ed2044f62e21f2c5a49e9016f0c1c108083a12efbd7a7e
@@ -16,6 +16,7 @@ module PuppetMetadata
16
16
  '6' => 5..7,
17
17
  '7' => 5..7,
18
18
  '8' => 5..7,
19
+ '9' => 6..7,
19
20
  },
20
21
  'Fedora' => {
21
22
  '26' => [5],
@@ -47,8 +47,8 @@ module PuppetMetadata
47
47
  options = {}
48
48
  options[:hostname] = "#{name}.example.com" if use_fqdn
49
49
 
50
- # Docker messes up cgroups and modern systemd can't deal with that when
51
- # PIDFile is used.
50
+ # Docker messes up cgroups and some systemd versions can't deal with
51
+ # that when PIDFile is used.
52
52
  if pidfile_workaround?(pidfile_workaround, os)
53
53
  return if PIDFILE_INCOMPATIBLE[os]&.include?(release)
54
54
 
@@ -11,7 +11,8 @@ module PuppetMetadata
11
11
  EOL_DATES = {
12
12
  # https://endoflife.software/operating-systems/linux/centos
13
13
  'CentOS' => {
14
- '8' => '2029-05-31',
14
+ '9' => nil, # EOL Date is not yet announced.
15
+ '8' => '2024-05-31',
15
16
  '7' => '2024-06-30',
16
17
  '6' => '2020-11-30',
17
18
  '5' => '2017-03-31',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_metadata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-10-23 00:00:00.000000000 Z
12
+ date: 2022-02-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: metadata-json-lint
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  - !ruby/object:Gem::Version
154
154
  version: '0'
155
155
  requirements: []
156
- rubygems_version: 3.2.22
156
+ rubygems_version: 3.2.32
157
157
  signing_key:
158
158
  specification_version: 4
159
159
  summary: Data structures for the Puppet Metadata