puppet 7.18.0-x86-mingw32 → 7.19.0-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 +19 -19
- data/ext/systemd/puppet.service +1 -0
- data/lib/puppet/face/help.rb +1 -1
- data/lib/puppet/face/module/list.rb +16 -7
- data/lib/puppet/functions/capitalize.rb +1 -1
- data/lib/puppet/generate/type.rb +1 -1
- data/lib/puppet/parser/templatewrapper.rb +1 -1
- data/lib/puppet/reference/configuration.rb +2 -0
- data/lib/puppet/type/tidy.rb +1 -1
- data/lib/puppet/util/json.rb +5 -2
- data/lib/puppet/util/resource_template.rb +1 -1
- data/lib/puppet/util/selinux.rb +1 -1
- data/lib/puppet/util.rb +12 -1
- 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 +1 -1
- 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
- data/spec/unit/face/module/list_spec.rb +26 -0
- data/spec/unit/util/resource_template_spec.rb +1 -1
- data/spec/unit/util/selinux_spec.rb +5 -0
- data/spec/unit/util_spec.rb +11 -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: f8a96e5c3237b4df275e96a0cec153548d7c5e38bd6cc9f7bb4ca3f81787da48
|
4
|
+
data.tar.gz: 7a9ff5f1a62cc8bc870582080dc8c1e2f0da676d812fb12e1b5118aa98c2d28e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06dddd642bfff71dcd8bbf5a0bd860e1bbc6a9788605ad4bb1105d4e438777c49f967840d443129809946bf50d83d477e6f0c269c9b38f16781386a9ef92a37f
|
7
|
+
data.tar.gz: 294253daf2d1727384f420bf81365b7717c763abeeaae68ac425c69f54e2aa03be5e6b2410656d0801f0244db699d9b35b00b02267a48ae2d07cb6d1747c9b27
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/puppetlabs/packaging
|
3
|
-
revision:
|
3
|
+
revision: 5ea5aea92da37b7c7b98cda46b4e8ba225ad307f
|
4
4
|
branch: 1.0.x
|
5
5
|
specs:
|
6
|
-
packaging (0.107.
|
6
|
+
packaging (0.107.1)
|
7
7
|
apt_stage_artifacts
|
8
8
|
artifactory (~> 3)
|
9
9
|
csv (= 3.1.5)
|
@@ -15,7 +15,7 @@ GIT
|
|
15
15
|
PATH
|
16
16
|
remote: .
|
17
17
|
specs:
|
18
|
-
puppet (7.
|
18
|
+
puppet (7.19.0)
|
19
19
|
CFPropertyList (~> 2.2)
|
20
20
|
concurrent-ruby (~> 1.0)
|
21
21
|
deep_merge (~> 1.0)
|
@@ -31,8 +31,8 @@ GEM
|
|
31
31
|
remote: https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/
|
32
32
|
specs:
|
33
33
|
CFPropertyList (2.3.6)
|
34
|
-
addressable (2.8.
|
35
|
-
public_suffix (>= 2.0.2, <
|
34
|
+
addressable (2.8.1)
|
35
|
+
public_suffix (>= 2.0.2, < 6.0)
|
36
36
|
apt_stage_artifacts (0.11.0)
|
37
37
|
docopt
|
38
38
|
artifactory (3.0.15)
|
@@ -48,13 +48,13 @@ GEM
|
|
48
48
|
digest-crc (0.6.4)
|
49
49
|
rake (>= 12.0.0, < 14.0.0)
|
50
50
|
docopt (0.6.1)
|
51
|
-
facter (4.2.
|
51
|
+
facter (4.2.11)
|
52
52
|
hocon (~> 1.3)
|
53
53
|
thor (>= 1.0.1, < 2.0)
|
54
|
-
faraday (2.
|
55
|
-
faraday-net_http (
|
54
|
+
faraday (2.5.2)
|
55
|
+
faraday-net_http (>= 2.0, < 3.1)
|
56
56
|
ruby2_keywords (>= 0.0.4)
|
57
|
-
faraday-net_http (
|
57
|
+
faraday-net_http (3.0.0)
|
58
58
|
fast_gettext (1.1.2)
|
59
59
|
ffi (1.15.5)
|
60
60
|
gettext (3.2.9)
|
@@ -75,7 +75,7 @@ GEM
|
|
75
75
|
webrick
|
76
76
|
google-apis-iamcredentials_v1 (0.13.0)
|
77
77
|
google-apis-core (>= 0.7, < 2.a)
|
78
|
-
google-apis-storage_v1 (0.
|
78
|
+
google-apis-storage_v1 (0.17.0)
|
79
79
|
google-apis-core (>= 0.7, < 2.a)
|
80
80
|
google-cloud-core (1.6.0)
|
81
81
|
google-cloud-env (~> 1.0)
|
@@ -83,11 +83,11 @@ GEM
|
|
83
83
|
google-cloud-env (1.6.0)
|
84
84
|
faraday (>= 0.17.3, < 3.0)
|
85
85
|
google-cloud-errors (1.2.0)
|
86
|
-
google-cloud-storage (1.
|
86
|
+
google-cloud-storage (1.39.0)
|
87
87
|
addressable (~> 2.8)
|
88
88
|
digest-crc (~> 0.4)
|
89
89
|
google-apis-iamcredentials_v1 (~> 0.1)
|
90
|
-
google-apis-storage_v1 (~> 0.
|
90
|
+
google-apis-storage_v1 (~> 0.17.0)
|
91
91
|
google-cloud-core (~> 1.6)
|
92
92
|
googleauth (>= 0.16.2, < 2.a)
|
93
93
|
mini_mime (~> 1.0)
|
@@ -99,7 +99,7 @@ GEM
|
|
99
99
|
os (>= 0.9, < 2.0)
|
100
100
|
signet (>= 0.16, < 2.a)
|
101
101
|
hashdiff (1.0.1)
|
102
|
-
hiera (3.
|
102
|
+
hiera (3.10.0)
|
103
103
|
hiera-eyaml (3.3.0)
|
104
104
|
highline
|
105
105
|
optimist
|
@@ -109,14 +109,14 @@ GEM
|
|
109
109
|
httpclient (2.8.3)
|
110
110
|
json-schema (2.8.1)
|
111
111
|
addressable (>= 2.4)
|
112
|
-
jwt (2.
|
112
|
+
jwt (2.5.0)
|
113
113
|
locale (2.1.3)
|
114
114
|
memoist (0.16.2)
|
115
115
|
memory_profiler (1.0.0)
|
116
116
|
method_source (1.0.0)
|
117
117
|
mini_mime (1.1.2)
|
118
118
|
minitar (0.9)
|
119
|
-
msgpack (1.5.
|
119
|
+
msgpack (1.5.6)
|
120
120
|
multi_json (1.15.0)
|
121
121
|
mustache (1.1.1)
|
122
122
|
optimist (3.0.1)
|
@@ -128,7 +128,7 @@ GEM
|
|
128
128
|
pry (0.14.1)
|
129
129
|
coderay (~> 1.1)
|
130
130
|
method_source (~> 1.0)
|
131
|
-
public_suffix (
|
131
|
+
public_suffix (5.0.0)
|
132
132
|
puppet-resource_api (1.8.14)
|
133
133
|
hocon (>= 1.0)
|
134
134
|
puppetserver-ca (2.3.6)
|
@@ -158,7 +158,7 @@ GEM
|
|
158
158
|
rspec-mocks (~> 3.11.0)
|
159
159
|
rspec-core (3.11.0)
|
160
160
|
rspec-support (~> 3.11.0)
|
161
|
-
rspec-expectations (3.11.
|
161
|
+
rspec-expectations (3.11.1)
|
162
162
|
diff-lcs (>= 1.2.0, < 2.0)
|
163
163
|
rspec-support (~> 3.11.0)
|
164
164
|
rspec-its (1.3.0)
|
@@ -167,7 +167,7 @@ GEM
|
|
167
167
|
rspec-mocks (3.11.1)
|
168
168
|
diff-lcs (>= 1.2.0, < 2.0)
|
169
169
|
rspec-support (~> 3.11.0)
|
170
|
-
rspec-support (3.11.
|
170
|
+
rspec-support (3.11.1)
|
171
171
|
rubocop (0.49.1)
|
172
172
|
parallel (~> 1.10)
|
173
173
|
parser (>= 2.3.3.1, < 3.0)
|
@@ -193,7 +193,7 @@ GEM
|
|
193
193
|
uber (0.1.0)
|
194
194
|
unicode-display_width (1.8.0)
|
195
195
|
vcr (5.1.0)
|
196
|
-
webmock (3.
|
196
|
+
webmock (3.18.1)
|
197
197
|
addressable (>= 2.8.0)
|
198
198
|
crack (>= 0.3.2)
|
199
199
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/ext/systemd/puppet.service
CHANGED
data/lib/puppet/face/help.rb
CHANGED
@@ -140,7 +140,7 @@ Puppet::Face.define(:help, '0.0.1') do
|
|
140
140
|
|
141
141
|
def erb(name)
|
142
142
|
template = (Pathname(__FILE__).dirname + "help" + name)
|
143
|
-
erb =
|
143
|
+
erb = Puppet::Util.create_erb(template.read)
|
144
144
|
erb.filename = template.to_s
|
145
145
|
return erb
|
146
146
|
end
|
@@ -60,10 +60,12 @@ Puppet::Face.define(:module, '1.0.0') do
|
|
60
60
|
when_invoked do |options|
|
61
61
|
Puppet::ModuleTool.set_option_defaults(options)
|
62
62
|
environment = options[:environment_instance]
|
63
|
+
modules_by_path = environment.modules_by_path
|
63
64
|
|
64
65
|
{
|
65
66
|
:environment => environment,
|
66
|
-
:modules_by_path =>
|
67
|
+
:modules_by_path => modules_by_path,
|
68
|
+
:unmet_dependencies => unmet_dependencies(environment),
|
67
69
|
}
|
68
70
|
end
|
69
71
|
|
@@ -103,12 +105,13 @@ Puppet::Face.define(:module, '1.0.0') do
|
|
103
105
|
end
|
104
106
|
end
|
105
107
|
|
106
|
-
|
108
|
+
|
109
|
+
def unmet_dependencies(environment)
|
107
110
|
error_types = [:non_semantic_version, :version_mismatch, :missing]
|
108
111
|
|
109
|
-
|
112
|
+
unmet_deps = {}
|
110
113
|
error_types.each do |type|
|
111
|
-
|
114
|
+
unmet_deps[type] = Hash.new do |hash, key|
|
112
115
|
hash[key] = { :errors => [], :parent => nil }
|
113
116
|
end
|
114
117
|
end
|
@@ -130,16 +133,22 @@ Puppet::Face.define(:module, '1.0.0') do
|
|
130
133
|
parent_version = dep[:parent][:version]
|
131
134
|
|
132
135
|
msg = _("'%{parent_name}' (%{parent_version}) requires '%{dependency_name}' (%{dependency_version})") % { parent_name: parent_name, parent_version: parent_version, dependency_name: dep_name, dependency_version: version_constraint }
|
133
|
-
|
134
|
-
|
136
|
+
unmet_deps[type][dep[:name]][:errors] << msg
|
137
|
+
unmet_deps[type][dep[:name]][:parent] = {
|
135
138
|
:name => dep[:parent][:name],
|
136
139
|
:version => parent_version
|
137
140
|
}
|
138
|
-
|
141
|
+
unmet_deps[type][dep[:name]][:version] = installed_version
|
139
142
|
end
|
140
143
|
end
|
141
144
|
end
|
142
145
|
end
|
146
|
+
unmet_deps
|
147
|
+
end
|
148
|
+
|
149
|
+
|
150
|
+
def warn_unmet_dependencies(environment)
|
151
|
+
@unmet_deps = unmet_dependencies(environment)
|
143
152
|
|
144
153
|
# Display unmet dependencies by category.
|
145
154
|
error_display_order = [:non_semantic_version, :version_mismatch, :missing]
|
data/lib/puppet/generate/type.rb
CHANGED
@@ -167,7 +167,7 @@ module Puppet
|
|
167
167
|
templates = {}
|
168
168
|
templates.default_proc = lambda { |hash, key|
|
169
169
|
raise _("template was not found at '%{key}'.") % { key: key } unless Puppet::FileSystem.file?(key)
|
170
|
-
template =
|
170
|
+
template = Puppet::Util.create_erb(File.read(key))
|
171
171
|
template.filename = key
|
172
172
|
template
|
173
173
|
}
|
@@ -90,7 +90,7 @@ class Puppet::Parser::TemplateWrapper
|
|
90
90
|
|
91
91
|
result = nil
|
92
92
|
benchmark(:debug, _("Interpolated template %{template_source} in %%{seconds} seconds") % { template_source: escaped_template_source }) do
|
93
|
-
template =
|
93
|
+
template = Puppet::Util.create_erb(string)
|
94
94
|
template.filename = @__file__
|
95
95
|
result = template.result(binding)
|
96
96
|
end
|
@@ -38,6 +38,8 @@ config = Puppet::Util::Reference.newreference(:configuration, :depth => 1, :doc
|
|
38
38
|
val = '$confdir/hiera.yaml. However, for backwards compatibility, if a file exists at $codedir/hiera.yaml, Puppet uses that instead.'
|
39
39
|
elsif name.to_s == 'certname'
|
40
40
|
val = "the Host's fully qualified domain name, as determined by Facter"
|
41
|
+
elsif name.to_s == 'srv_domain'
|
42
|
+
val = 'example.com'
|
41
43
|
end
|
42
44
|
|
43
45
|
# Leave out the section information; it was apparently confusing people.
|
data/lib/puppet/type/tidy.rb
CHANGED
@@ -6,7 +6,7 @@ Puppet::Type.newtype(:tidy) do
|
|
6
6
|
|
7
7
|
@doc = "Remove unwanted files based on specific criteria. Multiple
|
8
8
|
criteria are OR'd together, so a file that is too large but is not
|
9
|
-
old enough will still get tidied.
|
9
|
+
old enough will still get tidied. Ignores managed resources.
|
10
10
|
|
11
11
|
If you don't specify either `age` or `size`, then all files will
|
12
12
|
be removed.
|
data/lib/puppet/util/json.rb
CHANGED
@@ -49,13 +49,16 @@ module Puppet::Util
|
|
49
49
|
def self.load(string, options = {})
|
50
50
|
if defined? MultiJson
|
51
51
|
begin
|
52
|
-
# This ensures that JrJackson will parse very large or very small
|
52
|
+
# This ensures that JrJackson and Oj will parse very large or very small
|
53
53
|
# numbers as floats rather than BigDecimals, which are serialized as
|
54
54
|
# strings by the built-in JSON gem and therefore can cause schema errors,
|
55
55
|
# for example, when we are rendering reports to JSON using `to_pson` in
|
56
56
|
# PuppetDB.
|
57
|
-
|
57
|
+
case MultiJson.adapter.name
|
58
|
+
when "MultiJson::Adapters::JrJackson"
|
58
59
|
options[:use_bigdecimal] = false
|
60
|
+
when "MultiJson::Adapters::Oj"
|
61
|
+
options[:bigdecimal_load] = :float
|
59
62
|
end
|
60
63
|
|
61
64
|
MultiJson.load(string, options)
|
@@ -40,7 +40,7 @@ class Puppet::Util::ResourceTemplate
|
|
40
40
|
|
41
41
|
def evaluate
|
42
42
|
set_resource_variables
|
43
|
-
|
43
|
+
Puppet::Util.create_erb(Puppet::FileSystem.read(@file, :encoding => 'utf-8')).result(binding)
|
44
44
|
end
|
45
45
|
|
46
46
|
def initialize(file, resource)
|
data/lib/puppet/util/selinux.rb
CHANGED
@@ -204,7 +204,7 @@ module Puppet::Util::SELinux
|
|
204
204
|
def selinux_label_support?(file)
|
205
205
|
fstype = find_fs(file)
|
206
206
|
return false if fstype.nil?
|
207
|
-
filesystems = ['ext2', 'ext3', 'ext4', 'gfs', 'gfs2', 'xfs', 'jfs', 'btrfs', 'tmpfs']
|
207
|
+
filesystems = ['ext2', 'ext3', 'ext4', 'gfs', 'gfs2', 'xfs', 'jfs', 'btrfs', 'tmpfs', 'zfs']
|
208
208
|
filesystems.include?(fstype)
|
209
209
|
end
|
210
210
|
|
data/lib/puppet/util.rb
CHANGED
@@ -34,6 +34,17 @@ module Util
|
|
34
34
|
end
|
35
35
|
module_function :default_env
|
36
36
|
|
37
|
+
if RUBY_VERSION >= "2.6"
|
38
|
+
def create_erb(content)
|
39
|
+
ERB.new(content, trim_mode: '-')
|
40
|
+
end
|
41
|
+
else
|
42
|
+
def create_erb(content)
|
43
|
+
ERB.new(content, 0, '-')
|
44
|
+
end
|
45
|
+
end
|
46
|
+
module_function :create_erb
|
47
|
+
|
37
48
|
# @param name [String] The name of the environment variable to retrieve
|
38
49
|
# @param mode [Symbol] Which operating system mode to use e.g. :posix or :windows. Use nil to autodetect
|
39
50
|
# @return [String] Value of the specified environment variable. nil if it does not exist
|
@@ -530,7 +541,7 @@ module Util
|
|
530
541
|
IO::new(f.to_i).close rescue nil
|
531
542
|
end
|
532
543
|
end
|
533
|
-
rescue Errno::ENOENT # /proc/self/fd not found
|
544
|
+
rescue Errno::ENOENT, Errno::ENOTDIR # /proc/self/fd not found, /proc/self not a dir
|
534
545
|
3.upto(256){|fd| IO::new(fd).close rescue nil}
|
535
546
|
end
|
536
547
|
|
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" "September 2022" "Puppet, Inc." "Puppet manual"
|
5
5
|
\fBThis page is autogenerated; any changes will get overwritten\fR
|
6
6
|
.
|
7
7
|
.SH "Configuration settings"
|
@@ -929,7 +929,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
|
|
929
929
|
The HTTP User\-Agent string to send when making network requests\.
|
930
930
|
.
|
931
931
|
.IP "\(bu" 4
|
932
|
-
\fIDefault\fR: \fBPuppet/7\.
|
932
|
+
\fIDefault\fR: \fBPuppet/7\.19\.0 Ruby/2\.7\.5\-p203 (x86_64\-linux)\fR
|
933
933
|
.
|
934
934
|
.IP "" 0
|
935
935
|
.
|
@@ -1808,7 +1808,7 @@ The maximum time to delay before an agent\'s first run when \fBsplay\fR is enabl
|
|
1808
1808
|
The domain which will be queried to find the SRV records of servers to use\.
|
1809
1809
|
.
|
1810
1810
|
.IP "\(bu" 4
|
1811
|
-
\fIDefault\fR: \
|
1811
|
+
\fIDefault\fR: \fBexample\.com\fR
|
1812
1812
|
.
|
1813
1813
|
.IP "" 0
|
1814
1814
|
.
|
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" "September 2022" "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" "September 2022" "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" "September 2022" "Puppet, Inc." "Puppet manual"
|
5
5
|
.
|
6
6
|
.SH "NAME"
|
7
7
|
\fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.
|
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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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" "September 2022" "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\.19\.0
|
@@ -227,4 +227,30 @@ describe "puppet module list" do
|
|
227
227
|
console_output(:tree => true)
|
228
228
|
end
|
229
229
|
end
|
230
|
+
|
231
|
+
describe "when rendering as json" do
|
232
|
+
let(:face) { Puppet::Face[:module, :current] }
|
233
|
+
let(:action) { face.get_action(:list) }
|
234
|
+
|
235
|
+
it "should warn about missing dependencies" do
|
236
|
+
PuppetSpec::Modules.create('depender', @modpath1, :metadata => {
|
237
|
+
:version => '1.0.0',
|
238
|
+
:dependencies => [{
|
239
|
+
"version_requirement" => ">= 0.0.5",
|
240
|
+
"name" => "puppetlabs/dependable"
|
241
|
+
}]
|
242
|
+
})
|
243
|
+
|
244
|
+
result = face.list
|
245
|
+
expect(result.dig(:unmet_dependencies, :missing)).to include(
|
246
|
+
"puppetlabs/dependable" => {
|
247
|
+
errors: ["'puppetlabs-depender' (v1.0.0) requires 'puppetlabs-dependable' (>= 0.0.5)"],
|
248
|
+
parent: {
|
249
|
+
name: "puppetlabs/depender", :version=>"v1.0.0"
|
250
|
+
},
|
251
|
+
version: nil
|
252
|
+
}
|
253
|
+
)
|
254
|
+
end
|
255
|
+
end
|
230
256
|
end
|
@@ -39,7 +39,7 @@ describe Puppet::Util::ResourceTemplate do
|
|
39
39
|
|
40
40
|
it "should create a template instance with the contents of the file" do
|
41
41
|
expect(Puppet::FileSystem).to receive(:read).with("/my/template", :encoding => 'utf-8').and_return("yay")
|
42
|
-
expect(
|
42
|
+
expect(Puppet::Util).to receive(:create_erb).with("yay").and_return(@template)
|
43
43
|
|
44
44
|
allow(@wrapper).to receive(:set_resource_variables)
|
45
45
|
|
@@ -65,6 +65,7 @@ describe Puppet::Util::SELinux do
|
|
65
65
|
'/' => 'ext3',
|
66
66
|
'/sys' => 'sysfs',
|
67
67
|
'/mnt/nfs' => 'nfs',
|
68
|
+
'/mnt/zfs' => 'zfs',
|
68
69
|
'/proc' => 'proc',
|
69
70
|
'/dev' => 'tmpfs' })
|
70
71
|
end
|
@@ -85,6 +86,10 @@ describe Puppet::Util::SELinux do
|
|
85
86
|
expect(selinux_label_support?('/dev/shm/testfile')).to be_truthy
|
86
87
|
end
|
87
88
|
|
89
|
+
it "should return true if zfs" do
|
90
|
+
expect(selinux_label_support?('/mnt/zfs/testfile')).to be_truthy
|
91
|
+
end
|
92
|
+
|
88
93
|
it "should return false for a noncapable filesystem" do
|
89
94
|
expect(selinux_label_support?('/mnt/nfs/testfile')).to be_falsey
|
90
95
|
end
|
data/spec/unit/util_spec.rb
CHANGED
@@ -625,7 +625,7 @@ describe Puppet::Util do
|
|
625
625
|
Puppet::Util.safe_posix_fork
|
626
626
|
end
|
627
627
|
|
628
|
-
it "should close all open file descriptors except stdin/stdout/stderr when /proc/self/fd doesn't
|
628
|
+
it "should close all open file descriptors except stdin/stdout/stderr when /proc/self/fd doesn't exist" do
|
629
629
|
# This is ugly, but I can't really think of a better way to do it without
|
630
630
|
# letting it actually close fds, which seems risky
|
631
631
|
(0..2).each {|n| expect(IO).not_to receive(:new).with(n)}
|
@@ -635,6 +635,16 @@ describe Puppet::Util do
|
|
635
635
|
Puppet::Util.safe_posix_fork
|
636
636
|
end
|
637
637
|
|
638
|
+
it "should close all open file descriptors except stdin/stdout/stderr when /proc/self is not a directory" do
|
639
|
+
# This is ugly, but I can't really think of a better way to do it without
|
640
|
+
# letting it actually close fds, which seems risky
|
641
|
+
(0..2).each {|n| expect(IO).not_to receive(:new).with(n)}
|
642
|
+
(3..256).each {|n| expect(IO).to receive(:new).with(n).and_return(double('io', close: nil)) }
|
643
|
+
allow(Dir).to receive(:foreach).with('/proc/self/fd').and_raise(Errno::ENOTDIR)
|
644
|
+
|
645
|
+
Puppet::Util.safe_posix_fork
|
646
|
+
end
|
647
|
+
|
638
648
|
it "should fork a child process to execute the block" do
|
639
649
|
expect(Kernel).to receive(:fork).and_return(pid).and_yield
|
640
650
|
|
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.
|
4
|
+
version: 7.19.0
|
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: 2022-
|
11
|
+
date: 2022-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: facter
|