puppet 7.32.1-universal-darwin → 7.34.0-universal-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +39 -35
- data/ext/project_data.yaml +12 -0
- data/lib/puppet/configurer.rb +1 -1
- data/lib/puppet/defaults.rb +3 -1
- data/lib/puppet/face/catalog.rb +24 -8
- data/lib/puppet/functions/hiera.rb +1 -0
- data/lib/puppet/functions/yaml_data.rb +1 -0
- data/lib/puppet/interface/action_manager.rb +1 -1
- data/lib/puppet/provider/package/pacman.rb +9 -10
- data/lib/puppet/version.rb +1 -1
- data/man/man5/puppet.conf.5 +3 -3
- data/man/man8/puppet-agent.8 +1 -1
- data/man/man8/puppet-apply.8 +1 -1
- data/man/man8/puppet-catalog.8 +7 -4
- data/man/man8/puppet-config.8 +1 -1
- data/man/man8/puppet-describe.8 +1 -1
- data/man/man8/puppet-device.8 +1 -1
- data/man/man8/puppet-doc.8 +1 -1
- data/man/man8/puppet-epp.8 +1 -1
- data/man/man8/puppet-facts.8 +1 -1
- data/man/man8/puppet-filebucket.8 +1 -1
- data/man/man8/puppet-generate.8 +1 -1
- data/man/man8/puppet-help.8 +1 -1
- data/man/man8/puppet-lookup.8 +1 -1
- data/man/man8/puppet-module.8 +1 -1
- data/man/man8/puppet-node.8 +1 -1
- data/man/man8/puppet-parser.8 +1 -1
- data/man/man8/puppet-plugin.8 +1 -1
- data/man/man8/puppet-report.8 +1 -1
- data/man/man8/puppet-resource.8 +1 -1
- data/man/man8/puppet-script.8 +1 -1
- data/man/man8/puppet-ssl.8 +1 -1
- data/man/man8/puppet.8 +2 -2
- 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: 162ad229a11601b8023aa928008c24e320748385f9c8bb60f41e250b64eb27c8
|
4
|
+
data.tar.gz: e3280339b1b42e3e2a20e29c819702d5721507b3569cb921781a6103d5f604f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ab6b2a695d95f7cf2def9f9dd1cd84e97d5805bf3123b4616cbe56fa5c1b776fefa1bcbbf2f384b20489a55e8a12aedc401b54a4c577f824496ae4700192773
|
7
|
+
data.tar.gz: 534997a167cd128a03c517fb18f6b3e26940210b626f6128c125d70023ee04c7a398a1016774919444e26d2d9889115f3b6bcdd819fc42be3a544edadb133085
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
puppet (7.
|
4
|
+
puppet (7.34.0)
|
5
5
|
concurrent-ruby (~> 1.0)
|
6
6
|
deep_merge (~> 1.0)
|
7
7
|
facter (> 2.0.1, < 5)
|
@@ -24,7 +24,7 @@ GEM
|
|
24
24
|
base64 (0.2.0)
|
25
25
|
bigdecimal (3.1.8)
|
26
26
|
coderay (1.1.3)
|
27
|
-
concurrent-ruby (1.3.
|
27
|
+
concurrent-ruby (1.3.4)
|
28
28
|
crack (1.0.0)
|
29
29
|
bigdecimal
|
30
30
|
rexml
|
@@ -35,13 +35,14 @@ GEM
|
|
35
35
|
digest-crc (0.6.5)
|
36
36
|
rake (>= 12.0.0, < 14.0.0)
|
37
37
|
docopt (0.6.1)
|
38
|
-
facter (4.
|
38
|
+
facter (4.9.0)
|
39
39
|
hocon (~> 1.3)
|
40
40
|
thor (>= 1.0.1, < 1.3)
|
41
|
-
faraday (2.
|
42
|
-
faraday-net_http (>= 2.0, < 3.
|
41
|
+
faraday (2.12.0)
|
42
|
+
faraday-net_http (>= 2.0, < 3.4)
|
43
|
+
json
|
43
44
|
logger
|
44
|
-
faraday-net_http (3.
|
45
|
+
faraday-net_http (3.3.0)
|
45
46
|
net-http
|
46
47
|
fast_gettext (1.1.2)
|
47
48
|
ffi (1.16.3)
|
@@ -52,22 +53,22 @@ GEM
|
|
52
53
|
fast_gettext (~> 1.1.0)
|
53
54
|
gettext (>= 3.0.2, < 3.3.0)
|
54
55
|
locale
|
55
|
-
google-apis-core (0.15.
|
56
|
+
google-apis-core (0.15.1)
|
56
57
|
addressable (~> 2.5, >= 2.5.1)
|
57
58
|
googleauth (~> 1.9)
|
58
|
-
httpclient (>= 2.8.
|
59
|
+
httpclient (>= 2.8.3, < 3.a)
|
59
60
|
mini_mime (~> 1.0)
|
61
|
+
mutex_m
|
60
62
|
representable (~> 3.0)
|
61
63
|
retriable (>= 2.0, < 4.a)
|
62
|
-
rexml
|
63
64
|
google-apis-iamcredentials_v1 (0.21.0)
|
64
65
|
google-apis-core (>= 0.15.0, < 2.a)
|
65
|
-
google-apis-storage_v1 (0.
|
66
|
+
google-apis-storage_v1 (0.47.0)
|
66
67
|
google-apis-core (>= 0.15.0, < 2.a)
|
67
|
-
google-cloud-core (1.7.
|
68
|
+
google-cloud-core (1.7.1)
|
68
69
|
google-cloud-env (>= 1.0, < 3.a)
|
69
70
|
google-cloud-errors (~> 1.0)
|
70
|
-
google-cloud-env (2.
|
71
|
+
google-cloud-env (2.2.1)
|
71
72
|
faraday (>= 1.0, < 3.a)
|
72
73
|
google-cloud-errors (1.4.0)
|
73
74
|
google-cloud-storage (1.52.0)
|
@@ -79,14 +80,14 @@ GEM
|
|
79
80
|
google-cloud-core (~> 1.6)
|
80
81
|
googleauth (~> 1.9)
|
81
82
|
mini_mime (~> 1.0)
|
82
|
-
googleauth (1.11.
|
83
|
+
googleauth (1.11.1)
|
83
84
|
faraday (>= 1.0, < 3.a)
|
84
85
|
google-cloud-env (~> 2.1)
|
85
86
|
jwt (>= 1.4, < 3.0)
|
86
87
|
multi_json (~> 1.11)
|
87
88
|
os (>= 0.9, < 2.0)
|
88
89
|
signet (>= 0.16, < 2.a)
|
89
|
-
hashdiff (1.1.
|
90
|
+
hashdiff (1.1.1)
|
90
91
|
hiera (3.12.0)
|
91
92
|
hiera-eyaml (4.1.0)
|
92
93
|
highline (~> 2.1)
|
@@ -95,32 +96,36 @@ GEM
|
|
95
96
|
hocon (1.4.0)
|
96
97
|
hpricot (0.8.6)
|
97
98
|
httpclient (2.8.3)
|
99
|
+
json (2.7.2)
|
98
100
|
json-schema (2.8.1)
|
99
101
|
addressable (>= 2.4)
|
100
|
-
jwt (2.
|
102
|
+
jwt (2.9.3)
|
101
103
|
base64
|
102
104
|
locale (2.1.4)
|
103
|
-
logger (1.6.
|
104
|
-
memory_profiler (1.0
|
105
|
+
logger (1.6.1)
|
106
|
+
memory_profiler (1.1.0)
|
105
107
|
method_source (1.1.0)
|
106
108
|
mini_mime (1.1.5)
|
107
|
-
minitar (0.
|
108
|
-
msgpack (1.7.
|
109
|
+
minitar (0.12.1)
|
110
|
+
msgpack (1.7.3)
|
109
111
|
multi_json (1.15.0)
|
110
112
|
mustache (1.1.1)
|
113
|
+
mutex_m (0.2.0)
|
111
114
|
net-http (0.4.1)
|
112
115
|
uri
|
113
116
|
optimist (3.1.0)
|
114
117
|
os (1.1.4)
|
115
|
-
packaging (0.
|
118
|
+
packaging (0.122.2)
|
116
119
|
artifactory (~> 3)
|
117
120
|
csv (>= 3.1.5)
|
118
121
|
google-cloud-storage
|
119
122
|
googleauth
|
120
123
|
rake (>= 12.3)
|
121
124
|
release-metrics
|
122
|
-
|
123
|
-
|
125
|
+
retriable (~> 3.1, >= 3.1.2)
|
126
|
+
rexml
|
127
|
+
parallel (1.26.3)
|
128
|
+
parser (3.3.5.0)
|
124
129
|
ast (~> 2.4.1)
|
125
130
|
racc
|
126
131
|
pry (0.14.2)
|
@@ -145,8 +150,7 @@ GEM
|
|
145
150
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
146
151
|
uber (< 0.2.0)
|
147
152
|
retriable (3.1.2)
|
148
|
-
rexml (3.3.
|
149
|
-
strscan
|
153
|
+
rexml (3.3.8)
|
150
154
|
ronn (0.7.3)
|
151
155
|
hpricot (>= 0.8.2)
|
152
156
|
mustache (>= 0.7.0)
|
@@ -155,15 +159,15 @@ GEM
|
|
155
159
|
rspec-core (~> 3.13.0)
|
156
160
|
rspec-expectations (~> 3.13.0)
|
157
161
|
rspec-mocks (~> 3.13.0)
|
158
|
-
rspec-core (3.13.
|
162
|
+
rspec-core (3.13.1)
|
159
163
|
rspec-support (~> 3.13.0)
|
160
|
-
rspec-expectations (3.13.
|
164
|
+
rspec-expectations (3.13.3)
|
161
165
|
diff-lcs (>= 1.2.0, < 2.0)
|
162
166
|
rspec-support (~> 3.13.0)
|
163
167
|
rspec-its (1.3.0)
|
164
168
|
rspec-core (>= 3.0.0)
|
165
169
|
rspec-expectations (>= 3.0.0)
|
166
|
-
rspec-mocks (3.13.
|
170
|
+
rspec-mocks (3.13.2)
|
167
171
|
diff-lcs (>= 1.2.0, < 2.0)
|
168
172
|
rspec-support (~> 3.13.0)
|
169
173
|
rspec-support (3.13.1)
|
@@ -176,7 +180,7 @@ GEM
|
|
176
180
|
rubocop-ast (>= 1.17.0, < 2.0)
|
177
181
|
ruby-progressbar (~> 1.7)
|
178
182
|
unicode-display_width (>= 1.4.0, < 3.0)
|
179
|
-
rubocop-ast (1.
|
183
|
+
rubocop-ast (1.32.3)
|
180
184
|
parser (>= 3.3.1.0)
|
181
185
|
rubocop-i18n (3.0.0)
|
182
186
|
rubocop (~> 1.0)
|
@@ -189,22 +193,22 @@ GEM
|
|
189
193
|
faraday (>= 0.17.5, < 3.a)
|
190
194
|
jwt (>= 1.5, < 3.0)
|
191
195
|
multi_json (~> 1.10)
|
192
|
-
strscan (3.1.0)
|
193
196
|
text (1.3.1)
|
194
197
|
thor (1.2.2)
|
195
198
|
trailblazer-option (0.1.2)
|
196
199
|
uber (0.1.0)
|
197
|
-
unicode-display_width (2.
|
198
|
-
uri (0.13.
|
200
|
+
unicode-display_width (2.6.0)
|
201
|
+
uri (0.13.1)
|
199
202
|
vcr (5.1.0)
|
200
|
-
webmock (3.
|
203
|
+
webmock (3.24.0)
|
201
204
|
addressable (>= 2.8.0)
|
202
205
|
crack (>= 0.3.2)
|
203
206
|
hashdiff (>= 0.4.0, < 2.0.0)
|
204
|
-
webrick (1.8.
|
205
|
-
yard (0.9.
|
207
|
+
webrick (1.8.2)
|
208
|
+
yard (0.9.37)
|
206
209
|
|
207
210
|
PLATFORMS
|
211
|
+
ruby
|
208
212
|
x86_64-linux
|
209
213
|
|
210
214
|
DEPENDENCIES
|
@@ -240,4 +244,4 @@ DEPENDENCIES
|
|
240
244
|
yard
|
241
245
|
|
242
246
|
BUNDLED WITH
|
243
|
-
2.
|
247
|
+
2.5.19
|
data/ext/project_data.yaml
CHANGED
data/lib/puppet/configurer.rb
CHANGED
@@ -130,7 +130,7 @@ class Puppet::Configurer
|
|
130
130
|
end
|
131
131
|
|
132
132
|
def warn_number_of_facts(size, max_number)
|
133
|
-
Puppet.warning _("The current total number of
|
133
|
+
Puppet.warning _("The current total number of fact values: %{size} exceeds the fact values limit: %{max_size}") % { size: size, max_size: max_number }
|
134
134
|
end
|
135
135
|
|
136
136
|
def warn_fact_name_length(name, max_length)
|
data/lib/puppet/defaults.rb
CHANGED
@@ -1768,7 +1768,9 @@ EOT
|
|
1768
1768
|
:number_of_facts_soft_limit => {
|
1769
1769
|
:default => 2048,
|
1770
1770
|
:type => :integer,
|
1771
|
-
:desc => "The soft limit for the total number of
|
1771
|
+
:desc => "The soft limit for the total number of fact values. This counts the
|
1772
|
+
child elements of all facts (e.g. all items of an array or a hash), not just top
|
1773
|
+
level facts.",
|
1772
1774
|
},
|
1773
1775
|
:payload_soft_limit => {
|
1774
1776
|
:default => 16 * 1024 * 1024,
|
data/lib/puppet/face/catalog.rb
CHANGED
@@ -23,13 +23,27 @@ Puppet::Indirector::Face.define(:catalog, '0.0.1') do
|
|
23
23
|
|
24
24
|
deactivate_action(:destroy)
|
25
25
|
deactivate_action(:search)
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
26
|
+
action(:find) do
|
27
|
+
summary _("Retrieve the catalog for the node from which the comamand is run.")
|
28
|
+
arguments "<certname>, <facts>"
|
29
|
+
option("--facts_for_catalog") do
|
30
|
+
summary _("Not yet implemented for the CLI; facts will be collected internally.")
|
31
|
+
end
|
32
|
+
returns <<-'EOT'
|
33
|
+
A serialized catalog. When used from the Ruby API, returns a
|
34
|
+
Puppet::Resource::Catalog object.
|
35
|
+
EOT
|
36
|
+
|
37
|
+
when_invoked do |*args|
|
38
|
+
# Default the key to Puppet[:certname] if none is supplied
|
39
|
+
if args.length == 1
|
40
|
+
key = Puppet[:certname]
|
41
|
+
else
|
42
|
+
key = args.shift
|
43
|
+
end
|
44
|
+
call_indirection_method :find, key, args.first
|
45
|
+
end
|
46
|
+
end
|
33
47
|
|
34
48
|
action(:apply) do
|
35
49
|
summary "Find and apply a catalog."
|
@@ -133,9 +147,11 @@ Puppet::Indirector::Face.define(:catalog, '0.0.1') do
|
|
133
147
|
when_invoked do |options|
|
134
148
|
Puppet::Resource::Catalog.indirection.terminus_class = :rest
|
135
149
|
Puppet::Resource::Catalog.indirection.cache_class = nil
|
150
|
+
facts = Puppet::Face[:facts, '0.0.1'].find(Puppet[:certname])
|
136
151
|
catalog = nil
|
137
152
|
retrieval_duration = thinmark do
|
138
|
-
catalog = Puppet::Face[:catalog, '0.0.1'].find(Puppet[:certname]
|
153
|
+
catalog = Puppet::Face[:catalog, '0.0.1'].find(Puppet[:certname],
|
154
|
+
{ facts_for_catalog: facts })
|
139
155
|
end
|
140
156
|
catalog.retrieval_duration = retrieval_duration
|
141
157
|
catalog.write_class_file
|
@@ -1,5 +1,6 @@
|
|
1
1
|
|
2
2
|
require 'yaml'
|
3
|
+
|
3
4
|
# The `yaml_data` is a hiera 5 `data_hash` data provider function.
|
4
5
|
# See [the configuration guide documentation](https://puppet.com/docs/puppet/latest/hiera_config_yaml_5.html#configuring-a-hierarchy-level-built-in-backends) for
|
5
6
|
# how to use this function.
|
@@ -17,7 +17,7 @@ module Puppet::Interface::ActionManager
|
|
17
17
|
# @dsl Faces
|
18
18
|
def action(name, &block)
|
19
19
|
@actions ||= {}
|
20
|
-
Puppet.
|
20
|
+
Puppet.debug _("Redefining action %{name} for %{self}") % { name: name, self: self } if action?(name)
|
21
21
|
|
22
22
|
action = Puppet::Interface::ActionBuilder.build(self, name, &block)
|
23
23
|
|
@@ -28,7 +28,7 @@ Puppet::Type.type(:package).provide :pacman, :parent => Puppet::Provider::Packag
|
|
28
28
|
# Checks if a given name is a group
|
29
29
|
def self.group?(name)
|
30
30
|
begin
|
31
|
-
!pacman(
|
31
|
+
!pacman('--sync', '--groups', name).empty?
|
32
32
|
rescue Puppet::ExecutionFailure
|
33
33
|
# pacman returns an expected non-zero exit code when the name is not a group
|
34
34
|
false
|
@@ -75,7 +75,7 @@ Puppet::Type.type(:package).provide :pacman, :parent => Puppet::Provider::Packag
|
|
75
75
|
def self.get_installed_packages
|
76
76
|
begin
|
77
77
|
packages = {}
|
78
|
-
execpipe([command(:pacman), "
|
78
|
+
execpipe([command(:pacman), "--query"]) do |pipe|
|
79
79
|
# pacman -Q output is 'packagename version-rel'
|
80
80
|
regex = %r{^(\S+)\s(\S+)}
|
81
81
|
pipe.each_line do |line|
|
@@ -98,7 +98,7 @@ Puppet::Type.type(:package).provide :pacman, :parent => Puppet::Provider::Packag
|
|
98
98
|
groups = {}
|
99
99
|
begin
|
100
100
|
# Build a hash of group name => list of packages
|
101
|
-
command = [command(:pacman),
|
101
|
+
command = [command(:pacman), '--sync', '-gg']
|
102
102
|
command << filter if filter
|
103
103
|
execpipe(command) do |pipe|
|
104
104
|
pipe.each_line do |line|
|
@@ -136,14 +136,14 @@ Puppet::Type.type(:package).provide :pacman, :parent => Puppet::Provider::Packag
|
|
136
136
|
resource_name = @resource[:name]
|
137
137
|
|
138
138
|
# If target is a group, construct the group version
|
139
|
-
return pacman("
|
139
|
+
return pacman("--sync", "--print", "--print-format", "%n %v", resource_name).lines.map{ |line| line.chomp }.sort.join(', ') if self.class.group?(resource_name)
|
140
140
|
|
141
141
|
# Start by querying with pacman first
|
142
142
|
# If that fails, retry using yaourt against the AUR
|
143
143
|
pacman_check = true
|
144
144
|
begin
|
145
145
|
if pacman_check
|
146
|
-
output = pacman "
|
146
|
+
output = pacman "--sync", "--print", "--print-format", "%v", resource_name
|
147
147
|
return output.chomp
|
148
148
|
else
|
149
149
|
output = yaourt "-Qma", resource_name
|
@@ -212,8 +212,8 @@ Puppet::Type.type(:package).provide :pacman, :parent => Puppet::Provider::Packag
|
|
212
212
|
|
213
213
|
cmd = %w{--noconfirm --noprogressbar}
|
214
214
|
cmd += uninstall_options if @resource[:uninstall_options]
|
215
|
-
cmd << "
|
216
|
-
cmd << '
|
215
|
+
cmd << "--remove"
|
216
|
+
cmd << '--recursive' if is_group
|
217
217
|
cmd << '--nosave' if purge_configs
|
218
218
|
cmd << resource_name
|
219
219
|
|
@@ -250,8 +250,7 @@ Puppet::Type.type(:package).provide :pacman, :parent => Puppet::Provider::Packag
|
|
250
250
|
else
|
251
251
|
fail _("Source %{source} is not supported by pacman") % { source: source }
|
252
252
|
end
|
253
|
-
pacman "--noconfirm", "--noprogressbar", "
|
254
|
-
pacman "--noconfirm", "--noprogressbar", "-U", source
|
253
|
+
pacman "--noconfirm", "--noprogressbar", "--update", source
|
255
254
|
end
|
256
255
|
|
257
256
|
def install_from_repo
|
@@ -262,7 +261,7 @@ Puppet::Type.type(:package).provide :pacman, :parent => Puppet::Provider::Packag
|
|
262
261
|
|
263
262
|
cmd = %w{--noconfirm --needed --noprogressbar}
|
264
263
|
cmd += install_options if @resource[:install_options]
|
265
|
-
cmd << "
|
264
|
+
cmd << "--sync" << resource_name
|
266
265
|
|
267
266
|
if self.class.yaourt?
|
268
267
|
yaourt(*cmd)
|
data/lib/puppet/version.rb
CHANGED
data/man/man5/puppet.conf.5
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 "PUPPETCONF" "5" "
|
4
|
+
.TH "PUPPETCONF" "5" "October 2024" "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/7\.
|
948
|
+
\fIDefault\fR: \fBPuppet/7\.34\.0 Ruby/3\.1\.1\-p18 (x86_64\-linux)\fR
|
949
949
|
.
|
950
950
|
.IP "" 0
|
951
951
|
.
|
@@ -1401,7 +1401,7 @@ When running in noop mode, Puppet will check whether each resource is in sync, l
|
|
1401
1401
|
.IP "" 0
|
1402
1402
|
.
|
1403
1403
|
.SS "number_of_facts_soft_limit"
|
1404
|
-
The soft limit for the total number of facts\.
|
1404
|
+
The soft limit for the total number of fact values\. This counts the child elements of all facts (e\.g\. all items of an array or a hash), not just top level facts\.
|
1405
1405
|
.
|
1406
1406
|
.IP "\(bu" 4
|
1407
1407
|
\fIDefault\fR: \fB2048\fR
|
data/man/man8/puppet-agent.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\-AGENT" "8" "
|
4
|
+
.TH "PUPPET\-AGENT" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-agent\fR \- The puppet agent daemon
|
data/man/man8/puppet-apply.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\-APPLY" "8" "
|
4
|
+
.TH "PUPPET\-APPLY" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-apply\fR \- Apply Puppet manifests locally
|
data/man/man8/puppet-catalog.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\-CATALOG" "8" "
|
4
|
+
.TH "PUPPET\-CATALOG" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.
|
@@ -113,17 +113,20 @@ Nothing\.
|
|
113
113
|
When used from the Ruby API, this action has a side effect of leaving Puppet::Resource::Catalog\.indirection\.terminus_class set to yaml\. The terminus must be explicitly re\-set for subsequent catalog actions\.
|
114
114
|
.
|
115
115
|
.TP
|
116
|
-
\fBfind\fR \- Retrieve the catalog for the node from which the
|
116
|
+
\fBfind\fR \- Retrieve the catalog for the node from which the comamand is run\.
|
117
117
|
\fBSYNOPSIS\fR
|
118
118
|
.
|
119
119
|
.IP
|
120
|
-
puppet catalog find [\-\-terminus _TERMINUS] \fIcertname\fR
|
120
|
+
puppet catalog find [\-\-terminus _TERMINUS] [\-\-facts_for_catalog] \fIcertname\fR, \fIfacts\fR
|
121
121
|
.
|
122
122
|
.IP
|
123
123
|
\fBDESCRIPTION\fR
|
124
124
|
.
|
125
125
|
.IP
|
126
|
-
Retrieve the catalog for the node from which the
|
126
|
+
Retrieve the catalog for the node from which the comamand is run\.
|
127
|
+
.
|
128
|
+
.IP
|
129
|
+
\fBOPTIONS\fR \fI\-\-facts_for_catalog\fR \- Not yet implemented for the CLI; facts will be collected internally\.
|
127
130
|
.
|
128
131
|
.IP
|
129
132
|
\fBRETURNS\fR
|
data/man/man8/puppet-config.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\-CONFIG" "8" "
|
4
|
+
.TH "PUPPET\-CONFIG" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-config\fR \- Interact with Puppet\'s settings\.
|
data/man/man8/puppet-describe.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\-DESCRIBE" "8" "
|
4
|
+
.TH "PUPPET\-DESCRIBE" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-describe\fR \- Display help about resource types
|
data/man/man8/puppet-device.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\-DEVICE" "8" "
|
4
|
+
.TH "PUPPET\-DEVICE" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-device\fR \- Manage remote network devices
|
data/man/man8/puppet-doc.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\-DOC" "8" "
|
4
|
+
.TH "PUPPET\-DOC" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-doc\fR \- Generate Puppet references
|
data/man/man8/puppet-epp.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\-EPP" "8" "
|
4
|
+
.TH "PUPPET\-EPP" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-epp\fR \- Interact directly with the EPP template parser/renderer\.
|
data/man/man8/puppet-facts.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\-FACTS" "8" "
|
4
|
+
.TH "PUPPET\-FACTS" "8" "October 2024" "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" "
|
4
|
+
.TH "PUPPET\-FILEBUCKET" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-filebucket\fR \- Store and retrieve files in a filebucket
|
data/man/man8/puppet-generate.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\-GENERATE" "8" "
|
4
|
+
.TH "PUPPET\-GENERATE" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-generate\fR \- Generates Puppet code from Ruby definitions\.
|
data/man/man8/puppet-help.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\-HELP" "8" "
|
4
|
+
.TH "PUPPET\-HELP" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-help\fR \- Display Puppet help\.
|
data/man/man8/puppet-lookup.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\-LOOKUP" "8" "
|
4
|
+
.TH "PUPPET\-LOOKUP" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-lookup\fR \- Interactive Hiera lookup
|
data/man/man8/puppet-module.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\-MODULE" "8" "
|
4
|
+
.TH "PUPPET\-MODULE" "8" "October 2024" "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\.
|
data/man/man8/puppet-node.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\-NODE" "8" "
|
4
|
+
.TH "PUPPET\-NODE" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-node\fR \- View and manage node definitions\.
|
data/man/man8/puppet-parser.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\-PARSER" "8" "
|
4
|
+
.TH "PUPPET\-PARSER" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-parser\fR \- Interact directly with the parser\.
|
data/man/man8/puppet-plugin.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\-PLUGIN" "8" "
|
4
|
+
.TH "PUPPET\-PLUGIN" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-plugin\fR \- Interact with the Puppet plugin system\.
|
data/man/man8/puppet-report.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\-REPORT" "8" "
|
4
|
+
.TH "PUPPET\-REPORT" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-report\fR \- Create, display, and submit reports\.
|
data/man/man8/puppet-resource.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\-RESOURCE" "8" "
|
4
|
+
.TH "PUPPET\-RESOURCE" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-resource\fR \- The resource abstraction layer shell
|
data/man/man8/puppet-script.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\-SCRIPT" "8" "
|
4
|
+
.TH "PUPPET\-SCRIPT" "8" "October 2024" "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
|
data/man/man8/puppet-ssl.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\-SSL" "8" "
|
4
|
+
.TH "PUPPET\-SSL" "8" "October 2024" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-ssl\fR \- Manage SSL keys and certificates for puppet SSL clients
|
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" "
|
4
|
+
.TH "PUPPET" "8" "October 2024" "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 v7\.
|
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 v7\.34\.0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.34.0
|
5
5
|
platform: universal-darwin
|
6
6
|
authors:
|
7
7
|
- Puppet Labs
|
@@ -1333,7 +1333,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1333
1333
|
- !ruby/object:Gem::Version
|
1334
1334
|
version: 1.3.1
|
1335
1335
|
requirements: []
|
1336
|
-
rubygems_version: 3.
|
1336
|
+
rubygems_version: 3.5.19
|
1337
1337
|
signing_key:
|
1338
1338
|
specification_version: 4
|
1339
1339
|
summary: Puppet, an automated configuration management tool
|