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 +4 -4
- data/lib/puppet_metadata/aio.rb +1 -0
- data/lib/puppet_metadata/beaker.rb +2 -2
- data/lib/puppet_metadata/operatingsystem.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1812a9565d5558aea69c47b403fd31788417b995ad8c4ef5349ddee10d18529c
|
|
4
|
+
data.tar.gz: 54dda6a4915469ce27d0d2b9a1c43fbcee5cfdc2314dfc3fa8358afca9d303da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49675f7c180f2300e05c3018cb6d0c9f064d74b5f95fee222d73e7f83c385a8b4a839779462163a11022f9c700d115839c1d79d239a0f5988a1cbf5c3dea344d
|
|
7
|
+
data.tar.gz: be883a1b3af62b048436c263afd6dc4a0963fc5345d9a8e69f63af96e52f84670c5ec1d63ef212a371ed2044f62e21f2c5a49e9016f0c1c108083a12efbd7a7e
|
data/lib/puppet_metadata/aio.rb
CHANGED
|
@@ -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
|
|
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
|
-
'
|
|
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.
|
|
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:
|
|
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.
|
|
156
|
+
rubygems_version: 3.2.32
|
|
157
157
|
signing_key:
|
|
158
158
|
specification_version: 4
|
|
159
159
|
summary: Data structures for the Puppet Metadata
|