puppet 7.29.0-x86-mingw32 → 7.29.1-x86-mingw32
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/Gemfile.lock +14 -14
- data/lib/puppet/pops/evaluator/literal_evaluator.rb +4 -0
- data/lib/puppet/pops/validation/validator_factory_4_0.rb +2 -0
- data/lib/puppet/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75b43985d64fb2681a8d5190856b2a564ef1bbcbfe11e703fc75de481ef69695
|
4
|
+
data.tar.gz: 9334a4b47c4b02e41f38e0bc9cdca3b26583f99aa0fa8e0bfa6ddfbc6aaac426
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c573967c8d5b802569ef6f16e8a43c77cf750a0e8f8547928afa6ec611a3994d10a3563f47fbd85cb60576f0e32c00782050bf0d24eddd99cd9282ac2118e12
|
7
|
+
data.tar.gz: 2bcfa908c81677261872d4927b55e64067dcab86bcc21cbadb2362e53eeaa0a760f3e4a32b1ad3856ea33c3f3dea912958f5f66e978a56febaf6727449ecf584
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
puppet (7.29.
|
4
|
+
puppet (7.29.1)
|
5
5
|
CFPropertyList (~> 2.2)
|
6
6
|
concurrent-ruby (~> 1.0)
|
7
7
|
deep_merge (~> 1.0)
|
@@ -21,7 +21,7 @@ GEM
|
|
21
21
|
public_suffix (>= 2.0.2, < 6.0)
|
22
22
|
apt_stage_artifacts (0.11.0)
|
23
23
|
docopt
|
24
|
-
artifactory (3.0.
|
24
|
+
artifactory (3.0.17)
|
25
25
|
ast (2.4.2)
|
26
26
|
base64 (0.2.0)
|
27
27
|
bigdecimal (3.1.6)
|
@@ -37,7 +37,7 @@ GEM
|
|
37
37
|
digest-crc (0.6.5)
|
38
38
|
rake (>= 12.0.0, < 14.0.0)
|
39
39
|
docopt (0.6.1)
|
40
|
-
facter (4.
|
40
|
+
facter (4.6.1)
|
41
41
|
hocon (~> 1.3)
|
42
42
|
thor (>= 1.0.1, < 2.0)
|
43
43
|
faraday (2.8.1)
|
@@ -62,10 +62,10 @@ GEM
|
|
62
62
|
representable (~> 3.0)
|
63
63
|
retriable (>= 2.0, < 4.a)
|
64
64
|
rexml
|
65
|
-
google-apis-iamcredentials_v1 (0.
|
66
|
-
google-apis-core (>= 0.
|
67
|
-
google-apis-storage_v1 (0.
|
68
|
-
google-apis-core (>= 0.
|
65
|
+
google-apis-iamcredentials_v1 (0.19.0)
|
66
|
+
google-apis-core (>= 0.14.0, < 2.a)
|
67
|
+
google-apis-storage_v1 (0.34.0)
|
68
|
+
google-apis-core (>= 0.14.0, < 2.a)
|
69
69
|
google-cloud-core (1.6.1)
|
70
70
|
google-cloud-env (>= 1.0, < 3.a)
|
71
71
|
google-cloud-errors (~> 1.0)
|
@@ -99,7 +99,7 @@ GEM
|
|
99
99
|
httpclient (2.8.3)
|
100
100
|
json-schema (2.8.1)
|
101
101
|
addressable (>= 2.4)
|
102
|
-
jwt (2.8.
|
102
|
+
jwt (2.8.1)
|
103
103
|
base64
|
104
104
|
locale (2.1.3)
|
105
105
|
memory_profiler (1.0.1)
|
@@ -111,7 +111,7 @@ GEM
|
|
111
111
|
mustache (1.1.1)
|
112
112
|
optimist (3.1.0)
|
113
113
|
os (1.1.4)
|
114
|
-
packaging (0.
|
114
|
+
packaging (0.116.0)
|
115
115
|
apt_stage_artifacts
|
116
116
|
artifactory (~> 3)
|
117
117
|
csv (>= 3.1.5)
|
@@ -175,8 +175,8 @@ GEM
|
|
175
175
|
rubocop-ast (>= 1.17.0, < 2.0)
|
176
176
|
ruby-progressbar (~> 1.7)
|
177
177
|
unicode-display_width (>= 1.4.0, < 3.0)
|
178
|
-
rubocop-ast (1.
|
179
|
-
parser (>= 3.
|
178
|
+
rubocop-ast (1.31.1)
|
179
|
+
parser (>= 3.3.0.4)
|
180
180
|
rubocop-i18n (3.0.0)
|
181
181
|
rubocop (~> 1.0)
|
182
182
|
ruby-prof (1.6.3)
|
@@ -190,16 +190,16 @@ GEM
|
|
190
190
|
jwt (>= 1.5, < 3.0)
|
191
191
|
multi_json (~> 1.10)
|
192
192
|
text (1.3.1)
|
193
|
-
thor (1.3.
|
193
|
+
thor (1.3.1)
|
194
194
|
trailblazer-option (0.1.2)
|
195
195
|
uber (0.1.0)
|
196
196
|
unicode-display_width (2.5.0)
|
197
197
|
vcr (5.1.0)
|
198
|
-
webmock (3.
|
198
|
+
webmock (3.23.0)
|
199
199
|
addressable (>= 2.8.0)
|
200
200
|
crack (>= 0.3.2)
|
201
201
|
hashdiff (>= 0.4.0, < 2.0.0)
|
202
|
-
yard (0.9.
|
202
|
+
yard (0.9.36)
|
203
203
|
|
204
204
|
PLATFORMS
|
205
205
|
x86_64-linux
|
@@ -75,6 +75,10 @@ class LiteralEvaluator
|
|
75
75
|
o.keys.map { |v| literal(v) }
|
76
76
|
end
|
77
77
|
|
78
|
+
def literal_UnaryMinusExpression(o)
|
79
|
+
-literal(o.expr)
|
80
|
+
end
|
81
|
+
|
78
82
|
def literal_ConcatenatedString(o)
|
79
83
|
# use double quoted string value if there is no interpolation
|
80
84
|
throw :not_literal unless o.segments.size == 1 && o.segments[0].is_a?(Model::LiteralString)
|
@@ -36,6 +36,8 @@ class ValidatorFactory_4_0 < Factory
|
|
36
36
|
p[Issues::NAME_WITH_HYPHEN] = :error
|
37
37
|
p[Issues::EMPTY_RESOURCE_SPECIALIZATION] = :ignore
|
38
38
|
p[Issues::CLASS_NOT_VIRTUALIZABLE] = :error
|
39
|
+
|
40
|
+
p[Issues::ILLEGAL_NONLITERAL_PARAMETER_TYPE] = Puppet[:strict] == :off ? :ignore : Puppet[:strict]
|
39
41
|
p
|
40
42
|
end
|
41
43
|
end
|
data/lib/puppet/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.29.
|
4
|
+
version: 7.29.1
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Puppet Labs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: facter
|