puppet 6.28.0 → 6.29.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of puppet might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a5961fa6df54cdc74777c8fbab36fad2ae62bbd11ab0bbb80cccbb2ba062a37
4
- data.tar.gz: 3747fb6b31a88749e0ab737d599be3b0df1e89b421d9601e3ce13a803725c140
3
+ metadata.gz: f63df909716af2a1c5824f0094b7def1a0b44f3921d2cac81ee60ad472ea7775
4
+ data.tar.gz: 70ed679f2a694c9cd1eb9f93be70905dcb8d237212eb6fe3097cec686f6f1599
5
5
  SHA512:
6
- metadata.gz: 465ace5e96735204aba54d8135aca487329238e36b2250cd0c0fd022306f7104a3c9f89c79370886d9c9182862f0d96d3e2621cb1b5fa1af965f47945994c671
7
- data.tar.gz: 8e83132e776e4f6e0291c2e28d8ea01c57cbb35093234ee3d3b109e6d22af16eb33b32e3deccf888d006837542c61726c633d185c8f16717f787d2a73373fe87
6
+ metadata.gz: 00fb91ee1d219162f3e1ed4fcfb4ec424569f75ce685092f1a6fa78142939c807ca731473a85b96fc8cef800b1a689b11ccb46823f5801210b97b77b529fe6a0
7
+ data.tar.gz: 222114c09bba591c97461db1436f22b0f8a9b3d27a2170e8ac0b09f79467661505a6d31cfd547a0236448b2ffbd068c513eab942c1514c7a52c2c85c38f9250d
data/Gemfile.lock CHANGED
@@ -1,23 +1,9 @@
1
- GIT
2
- remote: https://github.com/puppetlabs/packaging
3
- revision: 6edc2f8e4ebe3cbea96c3af9c294bcd6e2953648
4
- branch: 1.0.x
5
- specs:
6
- packaging (0.107.0.9.g6edc2f8)
7
- apt_stage_artifacts
8
- artifactory (~> 3)
9
- csv (= 3.1.5)
10
- google-cloud-storage
11
- googleauth
12
- rake (>= 12.3)
13
- release-metrics
14
-
15
1
  PATH
16
2
  remote: .
17
3
  specs:
18
- puppet (6.28.0)
4
+ puppet (6.29.0)
19
5
  CFPropertyList (~> 2.2)
20
- concurrent-ruby (~> 1.0)
6
+ concurrent-ruby (~> 1.0, < 1.2.0)
21
7
  deep_merge (~> 1.0)
22
8
  facter (>= 2.4.0, < 5)
23
9
  fast_gettext (~> 1.1)
@@ -28,11 +14,11 @@ PATH
28
14
  semantic_puppet (~> 1.0)
29
15
 
30
16
  GEM
31
- remote: https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/
17
+ remote: https://rubygems.org/
32
18
  specs:
33
19
  CFPropertyList (2.3.6)
34
- addressable (2.8.0)
35
- public_suffix (>= 2.0.2, < 5.0)
20
+ addressable (2.8.1)
21
+ public_suffix (>= 2.0.2, < 6.0)
36
22
  apt_stage_artifacts (0.11.0)
37
23
  docopt
38
24
  artifactory (3.0.15)
@@ -48,13 +34,32 @@ GEM
48
34
  digest-crc (0.6.4)
49
35
  rake (>= 12.0.0, < 14.0.0)
50
36
  docopt (0.6.1)
51
- facter (4.2.10)
37
+ facter (4.2.14)
52
38
  hocon (~> 1.3)
53
39
  thor (>= 1.0.1, < 2.0)
54
- faraday (2.3.0)
55
- faraday-net_http (~> 2.0)
40
+ faraday (1.10.3)
41
+ faraday-em_http (~> 1.0)
42
+ faraday-em_synchrony (~> 1.0)
43
+ faraday-excon (~> 1.1)
44
+ faraday-httpclient (~> 1.0)
45
+ faraday-multipart (~> 1.0)
46
+ faraday-net_http (~> 1.0)
47
+ faraday-net_http_persistent (~> 1.0)
48
+ faraday-patron (~> 1.0)
49
+ faraday-rack (~> 1.0)
50
+ faraday-retry (~> 1.0)
56
51
  ruby2_keywords (>= 0.0.4)
57
- faraday-net_http (2.0.3)
52
+ faraday-em_http (1.0.0)
53
+ faraday-em_synchrony (1.0.0)
54
+ faraday-excon (1.1.0)
55
+ faraday-httpclient (1.0.1)
56
+ faraday-multipart (1.0.4)
57
+ multipart-post (~> 2)
58
+ faraday-net_http (1.0.1)
59
+ faraday-net_http_persistent (1.2.0)
60
+ faraday-patron (1.0.0)
61
+ faraday-rack (1.0.0)
62
+ faraday-retry (1.0.3)
58
63
  fast_gettext (1.1.2)
59
64
  ffi (1.15.5)
60
65
  gettext (3.2.9)
@@ -64,7 +69,7 @@ GEM
64
69
  fast_gettext (~> 1.1.0)
65
70
  gettext (>= 3.0.2, < 3.3.0)
66
71
  locale
67
- google-apis-core (0.7.0)
72
+ google-apis-core (0.9.5)
68
73
  addressable (~> 2.5, >= 2.5.1)
69
74
  googleauth (>= 0.16.2, < 2.a)
70
75
  httpclient (>= 2.8.1, < 3.a)
@@ -73,25 +78,25 @@ GEM
73
78
  retriable (>= 2.0, < 4.a)
74
79
  rexml
75
80
  webrick
76
- google-apis-iamcredentials_v1 (0.13.0)
77
- google-apis-core (>= 0.7, < 2.a)
78
- google-apis-storage_v1 (0.18.0)
79
- google-apis-core (>= 0.7, < 2.a)
81
+ google-apis-iamcredentials_v1 (0.16.0)
82
+ google-apis-core (>= 0.9.1, < 2.a)
83
+ google-apis-storage_v1 (0.19.0)
84
+ google-apis-core (>= 0.9.0, < 2.a)
80
85
  google-cloud-core (1.6.0)
81
86
  google-cloud-env (~> 1.0)
82
87
  google-cloud-errors (~> 1.0)
83
88
  google-cloud-env (1.6.0)
84
89
  faraday (>= 0.17.3, < 3.0)
85
- google-cloud-errors (1.2.0)
86
- google-cloud-storage (1.37.0)
90
+ google-cloud-errors (1.3.0)
91
+ google-cloud-storage (1.44.0)
87
92
  addressable (~> 2.8)
88
93
  digest-crc (~> 0.4)
89
94
  google-apis-iamcredentials_v1 (~> 0.1)
90
- google-apis-storage_v1 (~> 0.1)
95
+ google-apis-storage_v1 (~> 0.19.0)
91
96
  google-cloud-core (~> 1.6)
92
97
  googleauth (>= 0.16.2, < 2.a)
93
98
  mini_mime (~> 1.0)
94
- googleauth (1.2.0)
99
+ googleauth (1.1.3)
95
100
  faraday (>= 0.17.3, < 3.a)
96
101
  jwt (>= 1.4, < 3.0)
97
102
  memoist (~> 0.16)
@@ -99,33 +104,42 @@ GEM
99
104
  os (>= 0.9, < 2.0)
100
105
  signet (>= 0.16, < 2.a)
101
106
  hashdiff (1.0.1)
102
- hiera (3.9.0)
107
+ hiera (3.11.0)
103
108
  hiera-eyaml (3.3.0)
104
109
  highline
105
110
  optimist
106
- highline (2.0.3)
111
+ highline (2.1.0)
107
112
  hocon (1.3.1)
108
113
  hpricot (0.8.6)
109
114
  httpclient (2.8.3)
110
115
  json-schema (2.8.1)
111
116
  addressable (>= 2.4)
112
- jwt (2.4.1)
117
+ jwt (2.6.0)
113
118
  locale (2.1.3)
114
119
  memoist (0.16.2)
115
- memory_profiler (1.0.0)
120
+ memory_profiler (1.0.1)
116
121
  method_source (1.0.0)
117
122
  mini_mime (1.1.2)
118
123
  minitar (0.9)
119
- msgpack (1.5.3)
124
+ msgpack (1.6.0)
120
125
  multi_json (1.15.0)
126
+ multipart-post (2.2.3)
121
127
  mustache (1.1.1)
122
128
  optimist (3.0.1)
123
129
  os (1.1.4)
130
+ packaging (0.108.1)
131
+ apt_stage_artifacts
132
+ artifactory (~> 3)
133
+ csv (= 3.1.5)
134
+ google-cloud-storage
135
+ googleauth
136
+ rake (>= 12.3)
137
+ release-metrics
124
138
  parallel (1.22.1)
125
139
  parser (2.7.2.0)
126
140
  ast (~> 2.4.1)
127
141
  powerpack (0.1.3)
128
- pry (0.14.1)
142
+ pry (0.14.2)
129
143
  coderay (~> 1.1)
130
144
  method_source (~> 1.0)
131
145
  public_suffix (4.0.7)
@@ -137,7 +151,7 @@ GEM
137
151
  rainbow (2.2.2)
138
152
  rake
139
153
  rake (12.3.3)
140
- rdiscount (2.2.0.2)
154
+ rdiscount (2.2.7)
141
155
  rdoc (6.3.3)
142
156
  release-metrics (1.1.0)
143
157
  csv
@@ -152,22 +166,22 @@ GEM
152
166
  hpricot (>= 0.8.2)
153
167
  mustache (>= 0.7.0)
154
168
  rdiscount (>= 1.5.8)
155
- rspec (3.11.0)
156
- rspec-core (~> 3.11.0)
157
- rspec-expectations (~> 3.11.0)
158
- rspec-mocks (~> 3.11.0)
159
- rspec-core (3.11.0)
160
- rspec-support (~> 3.11.0)
161
- rspec-expectations (3.11.0)
169
+ rspec (3.12.0)
170
+ rspec-core (~> 3.12.0)
171
+ rspec-expectations (~> 3.12.0)
172
+ rspec-mocks (~> 3.12.0)
173
+ rspec-core (3.12.0)
174
+ rspec-support (~> 3.12.0)
175
+ rspec-expectations (3.12.2)
162
176
  diff-lcs (>= 1.2.0, < 2.0)
163
- rspec-support (~> 3.11.0)
177
+ rspec-support (~> 3.12.0)
164
178
  rspec-its (1.3.0)
165
179
  rspec-core (>= 3.0.0)
166
180
  rspec-expectations (>= 3.0.0)
167
- rspec-mocks (3.11.1)
181
+ rspec-mocks (3.12.3)
168
182
  diff-lcs (>= 1.2.0, < 2.0)
169
- rspec-support (~> 3.11.0)
170
- rspec-support (3.11.0)
183
+ rspec-support (~> 3.12.0)
184
+ rspec-support (3.12.0)
171
185
  rubocop (0.49.1)
172
186
  parallel (~> 1.10)
173
187
  parser (>= 2.3.3.1, < 3.0)
@@ -180,11 +194,10 @@ GEM
180
194
  ruby-prof (1.4.3)
181
195
  ruby-progressbar (1.11.0)
182
196
  ruby2_keywords (0.0.5)
183
- scanf (1.0.0)
184
197
  semantic_puppet (1.0.4)
185
- signet (0.17.0)
198
+ signet (0.16.1)
186
199
  addressable (~> 2.8)
187
- faraday (>= 0.17.5, < 3.a)
200
+ faraday (>= 0.17.5, < 3.0)
188
201
  jwt (>= 1.5, < 3.0)
189
202
  multi_json (~> 1.10)
190
203
  text (1.3.1)
@@ -193,7 +206,7 @@ GEM
193
206
  uber (0.1.0)
194
207
  unicode-display_width (1.8.0)
195
208
  vcr (5.1.0)
196
- webmock (3.14.0)
209
+ webmock (3.18.1)
197
210
  addressable (>= 2.8.0)
198
211
  crack (>= 0.3.2)
199
212
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -214,7 +227,7 @@ DEPENDENCIES
214
227
  memory_profiler
215
228
  minitar (~> 0.9)
216
229
  msgpack (~> 1.2)
217
- packaging!
230
+ packaging (~> 0.99)
218
231
  pry
219
232
  puppet!
220
233
  puppet-resource_api (~> 1.5)
@@ -229,11 +242,10 @@ DEPENDENCIES
229
242
  rubocop (~> 0.49)
230
243
  rubocop-i18n (~> 1.2.0)
231
244
  ruby-prof (>= 0.16.0)
232
- scanf
233
245
  semantic_puppet (~> 1.0)
234
246
  vcr (~> 5.0)
235
247
  webmock (~> 3.0)
236
248
  yard
237
249
 
238
250
  BUNDLED WITH
239
- 2.3.10
251
+ 2.3.22
@@ -26,7 +26,7 @@ gem_runtime_dependencies:
26
26
  multi_json: '~> 1.10'
27
27
  httpclient: '~> 2.8'
28
28
  puppet-resource_api: '~>1.5'
29
- concurrent-ruby: '~> 1.0'
29
+ concurrent-ruby: ["~> 1.0", "< 1.2.0"]
30
30
  deep_merge: '~> 1.0'
31
31
  gem_rdoc_options:
32
32
  - --title
@@ -6,7 +6,7 @@
6
6
  # Raketasks and such to set the version based on the output of `git describe`
7
7
 
8
8
  module Puppet
9
- PUPPETVERSION = '6.28.0'
9
+ PUPPETVERSION = '6.29.0'
10
10
 
11
11
  ##
12
12
  # version is a public API method intended to always provide a fast and
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPETCONF" "5" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPETCONF" "5" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  \fBThis page is autogenerated; any changes will get overwritten\fR
6
6
  .
7
7
  .SH "Configuration settings"
@@ -945,7 +945,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
945
945
  The HTTP User\-Agent string to send when making network requests\.
946
946
  .
947
947
  .IP "\(bu" 4
948
- \fIDefault\fR: \fBPuppet/6\.28\.0 Ruby/2\.7\.5\-p203 (x86_64\-linux)\fR
948
+ \fIDefault\fR: \fBPuppet/6\.29\.0 Ruby/2\.7\.5\-p203 (x86_64\-linux)\fR
949
949
  .
950
950
  .IP "" 0
951
951
  .
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-AGENT" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-AGENT" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-agent\fR \- The puppet agent daemon
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-APPLY" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-APPLY" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-apply\fR \- Apply Puppet manifests locally
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-CATALOG" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CATALOG" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-CONFIG" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CONFIG" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-config\fR \- Interact with Puppet\'s settings\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DESCRIBE" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DESCRIBE" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-describe\fR \- Display help about resource types
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DEVICE" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DEVICE" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-device\fR \- Manage remote network devices
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DOC" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DOC" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-doc\fR \- Generate Puppet references
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-EPP" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-EPP" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-epp\fR \- Interact directly with the EPP template parser/renderer\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-FACTS" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FACTS" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-facts\fR \- Retrieve and store facts\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-FILEBUCKET" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FILEBUCKET" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-filebucket\fR \- Store and retrieve files in a filebucket
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-GENERATE" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-GENERATE" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-generate\fR \- Generates Puppet code from Ruby definitions\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-HELP" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-HELP" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-help\fR \- Display Puppet help\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-KEY" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-KEY" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-key\fR \- Create, save, and remove certificate keys\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-LOOKUP" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-LOOKUP" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-lookup\fR \- Interactive Hiera lookup
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-MAN" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-MAN" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-man\fR \- Display Puppet manual pages\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-MODULE" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-MODULE" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-module\fR \- Creates, installs and searches for modules on the Puppet Forge\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-NODE" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-NODE" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-node\fR \- View and manage node definitions\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-PARSER" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-PARSER" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-parser\fR \- Interact directly with the parser\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-PLUGIN" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-PLUGIN" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-plugin\fR \- Interact with the Puppet plugin system\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-REPORT" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-REPORT" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-report\fR \- Create, display, and submit reports\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-RESOURCE" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-RESOURCE" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-resource\fR \- The resource abstraction layer shell
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-SCRIPT" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-SCRIPT" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-script\fR \- Run a puppet manifests as a script without compiling a catalog
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-SSL" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-SSL" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-ssl\fR \- Manage SSL keys and certificates for puppet SSL clients
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-STATUS" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-STATUS" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-status\fR \- View puppet server status\.
data/man/man8/puppet.8 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET" "8" "July 2022" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET" "8" "January 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\fR
@@ -25,4 +25,4 @@ Specialized:
25
25
  catalog Compile, save, view, and convert catalogs\. describe Display help about resource types device Manage remote network devices doc Generate Puppet references epp Interact directly with the EPP template parser/renderer\. facts Retrieve and store facts\. filebucket Store and retrieve files in a filebucket generate Generates Puppet code from Ruby definitions\. node View and manage node definitions\. parser Interact directly with the parser\. plugin Interact with the Puppet plugin system\. script Run a puppet manifests as a script without compiling a catalog ssl Manage SSL keys and certificates for puppet SSL clients
26
26
  .
27
27
  .P
28
- See \'puppet help \fIsubcommand\fR \fIaction\fR\' for help on a specific subcommand action\. See \'puppet help \fIsubcommand\fR\' for help on a specific subcommand\. Puppet v6\.28\.0
28
+ See \'puppet help \fIsubcommand\fR \fIaction\fR\' for help on a specific subcommand action\. See \'puppet help \fIsubcommand\fR\' for help on a specific subcommand\. Puppet v6\.29\.0
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: 6.28.0
4
+ version: 6.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Labs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-18 00:00:00.000000000 Z
11
+ date: 2023-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: facter
@@ -141,6 +141,9 @@ dependencies:
141
141
  - - "~>"
142
142
  - !ruby/object:Gem::Version
143
143
  version: '1.0'
144
+ - - "<"
145
+ - !ruby/object:Gem::Version
146
+ version: 1.2.0
144
147
  type: :runtime
145
148
  prerelease: false
146
149
  version_requirements: !ruby/object:Gem::Requirement
@@ -148,6 +151,9 @@ dependencies:
148
151
  - - "~>"
149
152
  - !ruby/object:Gem::Version
150
153
  version: '1.0'
154
+ - - "<"
155
+ - !ruby/object:Gem::Version
156
+ version: 1.2.0
151
157
  - !ruby/object:Gem::Dependency
152
158
  name: deep_merge
153
159
  requirement: !ruby/object:Gem::Requirement
@@ -2613,7 +2619,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2613
2619
  - !ruby/object:Gem::Version
2614
2620
  version: 1.3.1
2615
2621
  requirements: []
2616
- rubygems_version: 3.1.6
2622
+ rubygems_version: 3.0.9
2617
2623
  signing_key:
2618
2624
  specification_version: 4
2619
2625
  summary: Puppet, an automated configuration management tool