puppet 8.6.0 → 8.8.1
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 +7 -2
- data/Gemfile.lock +63 -53
- data/Rakefile +45 -22
- data/examples/hiera/README.md +68 -57
- data/examples/hiera/data/common.yaml +12 -0
- data/examples/hiera/data/dc1.yaml +6 -0
- data/examples/hiera/hiera.yaml +15 -0
- data/examples/hiera/modules/ntp/data/common.yaml +4 -0
- data/examples/hiera/modules/ntp/hiera.yaml +9 -0
- data/examples/hiera/modules/ntp/manifests/config.pp +16 -4
- data/examples/hiera/modules/ntp/templates/ntp.conf.epp +3 -0
- data/examples/hiera/modules/users/manifests/common.pp +7 -2
- data/examples/hiera/modules/users/manifests/dc1.pp +7 -2
- data/examples/hiera/site.pp +1 -1
- data/ext/project_data.yaml +0 -45
- data/ext/windows/service/daemon.rb +9 -2
- data/lib/puppet/application/doc.rb +1 -5
- data/lib/puppet/application/lookup.rb +2 -0
- data/lib/puppet/defaults.rb +5 -19
- data/lib/puppet/file_serving/http_metadata.rb +2 -0
- data/lib/puppet/functions/regsubst.rb +11 -14
- data/lib/puppet/indirector/catalog/compiler.rb +2 -35
- data/lib/puppet/module_tool/tar/gnu.rb +10 -8
- data/lib/puppet/node/server_facts.rb +43 -0
- data/lib/puppet/parser/functions/generate.rb +2 -1
- data/lib/puppet/pops/evaluator/deferred_resolver.rb +41 -6
- data/lib/puppet/pops/evaluator/runtime3_resource_support.rb +2 -1
- data/lib/puppet/pops/evaluator/runtime3_support.rb +0 -6
- data/lib/puppet/pops/loader/static_loader.rb +2 -2
- data/lib/puppet/pops/lookup/module_data_provider.rb +9 -9
- data/lib/puppet/provider/aix_object.rb +1 -1
- data/lib/puppet/provider/file/posix.rb +16 -2
- data/lib/puppet/provider/group/groupadd.rb +30 -9
- data/lib/puppet/provider/package/gem.rb +1 -0
- data/lib/puppet/provider/package/pkgutil.rb +6 -5
- data/lib/puppet/provider/package/puppet_gem.rb +4 -15
- data/lib/puppet/provider/package/xbps.rb +127 -0
- data/lib/puppet/type/exec.rb +8 -0
- data/lib/puppet/type/file/selcontext.rb +7 -6
- data/lib/puppet/type/file/target.rb +9 -11
- data/lib/puppet/util/command_line/trollop.rb +20 -2
- data/lib/puppet/util/execution.rb +1 -1
- data/lib/puppet/util/reference.rb +1 -30
- data/lib/puppet/util/rpm_compare.rb +1 -1
- data/lib/puppet/util/run_mode.rb +40 -0
- data/lib/puppet/util/selinux.rb +14 -4
- data/lib/puppet/util/windows/com.rb +2 -2
- data/lib/puppet/util/windows/daemon.rb +15 -32
- data/lib/puppet/version.rb +1 -1
- data/locales/puppet.pot +648 -648
- data/man/man5/puppet.conf.5 +2 -2
- 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
- metadata +56 -51
- data/examples/hiera/etc/hiera.yaml +0 -15
- data/examples/hiera/etc/hieradb/common.yaml +0 -3
- data/examples/hiera/etc/hieradb/dc1.yaml +0 -6
- data/examples/hiera/etc/hieradb/development.yaml +0 -2
- data/examples/hiera/etc/puppet.conf +0 -3
- data/examples/hiera/modules/data/manifests/common.pp +0 -4
- data/examples/hiera/modules/ntp/manifests/data.pp +0 -4
- data/examples/hiera/modules/ntp/templates/ntp.conf.erb +0 -3
- data/examples/hiera/modules/users/manifests/development.pp +0 -4
- data/tasks/benchmark.rake +0 -180
- data/tasks/cfpropertylist.rake +0 -15
- data/tasks/ci.rake +0 -24
- data/tasks/generate_ast_model.rake +0 -90
- data/tasks/generate_cert_fixtures.rake +0 -199
- data/tasks/manpages.rake +0 -67
- data/tasks/memwalk.rake +0 -195
- data/tasks/parallel.rake +0 -410
- data/tasks/parser.rake +0 -22
- data/tasks/yard.rake +0 -59
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" "July 2024" "Puppet, Inc." "Puppet manual"
|
|
5
5
|
\fBThis page is autogenerated; any changes will get overwritten\fR
|
|
6
6
|
.
|
|
7
7
|
.SH "Configuration settings"
|
|
@@ -973,7 +973,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
|
|
|
973
973
|
The HTTP User\-Agent string to send when making network requests\.
|
|
974
974
|
.
|
|
975
975
|
.IP "\(bu" 4
|
|
976
|
-
\fIDefault\fR: \fBPuppet/8\.
|
|
976
|
+
\fIDefault\fR: \fBPuppet/8\.8\.0 Ruby/3\.1\.1\-p18 (x86_64\-linux)\fR
|
|
977
977
|
.
|
|
978
978
|
.IP "" 0
|
|
979
979
|
.
|
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" "July 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" "July 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" "July 2024" "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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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" "July 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 v8\.
|
|
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 v8\.8\.0
|
metadata
CHANGED
|
@@ -1,37 +1,31 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.
|
|
4
|
+
version: 8.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppet Labs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2012-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
name:
|
|
14
|
+
name: concurrent-ruby
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: 4.3.0
|
|
20
|
-
- - "<"
|
|
17
|
+
- - "~>"
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
19
|
+
version: '1.0'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
|
-
- - "
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 4.3.0
|
|
30
|
-
- - "<"
|
|
24
|
+
- - "~>"
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
26
|
+
version: '1.0'
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
|
-
name:
|
|
28
|
+
name: deep_merge
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
36
30
|
requirements:
|
|
37
31
|
- - "~>"
|
|
@@ -44,6 +38,26 @@ dependencies:
|
|
|
44
38
|
- - "~>"
|
|
45
39
|
- !ruby/object:Gem::Version
|
|
46
40
|
version: '1.0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: facter
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: 4.3.0
|
|
48
|
+
- - "<"
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: '5'
|
|
51
|
+
type: :runtime
|
|
52
|
+
prerelease: false
|
|
53
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
54
|
+
requirements:
|
|
55
|
+
- - ">="
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: 4.3.0
|
|
58
|
+
- - "<"
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: '5'
|
|
47
61
|
- !ruby/object:Gem::Dependency
|
|
48
62
|
name: fast_gettext
|
|
49
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -53,7 +67,7 @@ dependencies:
|
|
|
53
67
|
version: '2.1'
|
|
54
68
|
- - "<"
|
|
55
69
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: '
|
|
70
|
+
version: '4'
|
|
57
71
|
type: :runtime
|
|
58
72
|
prerelease: false
|
|
59
73
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -63,65 +77,65 @@ dependencies:
|
|
|
63
77
|
version: '2.1'
|
|
64
78
|
- - "<"
|
|
65
79
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '
|
|
80
|
+
version: '4'
|
|
67
81
|
- !ruby/object:Gem::Dependency
|
|
68
|
-
name:
|
|
82
|
+
name: getoptlong
|
|
69
83
|
requirement: !ruby/object:Gem::Requirement
|
|
70
84
|
requirements:
|
|
71
85
|
- - "~>"
|
|
72
86
|
- !ruby/object:Gem::Version
|
|
73
|
-
version:
|
|
87
|
+
version: 0.2.0
|
|
74
88
|
type: :runtime
|
|
75
89
|
prerelease: false
|
|
76
90
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
91
|
requirements:
|
|
78
92
|
- - "~>"
|
|
79
93
|
- !ruby/object:Gem::Version
|
|
80
|
-
version:
|
|
94
|
+
version: 0.2.0
|
|
81
95
|
- !ruby/object:Gem::Dependency
|
|
82
|
-
name:
|
|
96
|
+
name: locale
|
|
83
97
|
requirement: !ruby/object:Gem::Requirement
|
|
84
98
|
requirements:
|
|
85
99
|
- - "~>"
|
|
86
100
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: '1
|
|
101
|
+
version: '2.1'
|
|
88
102
|
type: :runtime
|
|
89
103
|
prerelease: false
|
|
90
104
|
version_requirements: !ruby/object:Gem::Requirement
|
|
91
105
|
requirements:
|
|
92
106
|
- - "~>"
|
|
93
107
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: '1
|
|
108
|
+
version: '2.1'
|
|
95
109
|
- !ruby/object:Gem::Dependency
|
|
96
|
-
name:
|
|
110
|
+
name: multi_json
|
|
97
111
|
requirement: !ruby/object:Gem::Requirement
|
|
98
112
|
requirements:
|
|
99
113
|
- - "~>"
|
|
100
114
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: '1.
|
|
115
|
+
version: '1.13'
|
|
102
116
|
type: :runtime
|
|
103
117
|
prerelease: false
|
|
104
118
|
version_requirements: !ruby/object:Gem::Requirement
|
|
105
119
|
requirements:
|
|
106
120
|
- - "~>"
|
|
107
121
|
- !ruby/object:Gem::Version
|
|
108
|
-
version: '1.
|
|
122
|
+
version: '1.13'
|
|
109
123
|
- !ruby/object:Gem::Dependency
|
|
110
|
-
name:
|
|
124
|
+
name: puppet-resource_api
|
|
111
125
|
requirement: !ruby/object:Gem::Requirement
|
|
112
126
|
requirements:
|
|
113
127
|
- - "~>"
|
|
114
128
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: '1.
|
|
129
|
+
version: '1.5'
|
|
116
130
|
type: :runtime
|
|
117
131
|
prerelease: false
|
|
118
132
|
version_requirements: !ruby/object:Gem::Requirement
|
|
119
133
|
requirements:
|
|
120
134
|
- - "~>"
|
|
121
135
|
- !ruby/object:Gem::Version
|
|
122
|
-
version: '1.
|
|
136
|
+
version: '1.5'
|
|
123
137
|
- !ruby/object:Gem::Dependency
|
|
124
|
-
name:
|
|
138
|
+
name: scanf
|
|
125
139
|
requirement: !ruby/object:Gem::Requirement
|
|
126
140
|
requirements:
|
|
127
141
|
- - "~>"
|
|
@@ -135,7 +149,7 @@ dependencies:
|
|
|
135
149
|
- !ruby/object:Gem::Version
|
|
136
150
|
version: '1.0'
|
|
137
151
|
- !ruby/object:Gem::Dependency
|
|
138
|
-
name:
|
|
152
|
+
name: semantic_puppet
|
|
139
153
|
requirement: !ruby/object:Gem::Requirement
|
|
140
154
|
requirements:
|
|
141
155
|
- - "~>"
|
|
@@ -148,7 +162,9 @@ dependencies:
|
|
|
148
162
|
- - "~>"
|
|
149
163
|
- !ruby/object:Gem::Version
|
|
150
164
|
version: '1.0'
|
|
151
|
-
description:
|
|
165
|
+
description: |
|
|
166
|
+
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks
|
|
167
|
+
(such as adding users, installing packages, and updating server configurations) based on a centralized specification.
|
|
152
168
|
email: info@puppetlabs.com
|
|
153
169
|
executables:
|
|
154
170
|
- puppet
|
|
@@ -176,18 +192,15 @@ files:
|
|
|
176
192
|
- examples/enc/regexp_nodes/parameters/service/sandbox
|
|
177
193
|
- examples/enc/regexp_nodes/regexp_nodes.rb
|
|
178
194
|
- examples/hiera/README.md
|
|
179
|
-
- examples/hiera/
|
|
180
|
-
- examples/hiera/
|
|
181
|
-
- examples/hiera/
|
|
182
|
-
- examples/hiera/
|
|
183
|
-
- examples/hiera/
|
|
184
|
-
- examples/hiera/modules/data/manifests/common.pp
|
|
195
|
+
- examples/hiera/data/common.yaml
|
|
196
|
+
- examples/hiera/data/dc1.yaml
|
|
197
|
+
- examples/hiera/hiera.yaml
|
|
198
|
+
- examples/hiera/modules/ntp/data/common.yaml
|
|
199
|
+
- examples/hiera/modules/ntp/hiera.yaml
|
|
185
200
|
- examples/hiera/modules/ntp/manifests/config.pp
|
|
186
|
-
- examples/hiera/modules/ntp/
|
|
187
|
-
- examples/hiera/modules/ntp/templates/ntp.conf.erb
|
|
201
|
+
- examples/hiera/modules/ntp/templates/ntp.conf.epp
|
|
188
202
|
- examples/hiera/modules/users/manifests/common.pp
|
|
189
203
|
- examples/hiera/modules/users/manifests/dc1.pp
|
|
190
|
-
- examples/hiera/modules/users/manifests/development.pp
|
|
191
204
|
- examples/hiera/site.pp
|
|
192
205
|
- examples/nagios/check_puppet.rb
|
|
193
206
|
- ext/README.md
|
|
@@ -624,6 +637,7 @@ files:
|
|
|
624
637
|
- lib/puppet/node.rb
|
|
625
638
|
- lib/puppet/node/environment.rb
|
|
626
639
|
- lib/puppet/node/facts.rb
|
|
640
|
+
- lib/puppet/node/server_facts.rb
|
|
627
641
|
- lib/puppet/pal/catalog_compiler.rb
|
|
628
642
|
- lib/puppet/pal/compiler.rb
|
|
629
643
|
- lib/puppet/pal/function_signature.rb
|
|
@@ -959,6 +973,7 @@ files:
|
|
|
959
973
|
- lib/puppet/provider/package/windows/exe_package.rb
|
|
960
974
|
- lib/puppet/provider/package/windows/msi_package.rb
|
|
961
975
|
- lib/puppet/provider/package/windows/package.rb
|
|
976
|
+
- lib/puppet/provider/package/xbps.rb
|
|
962
977
|
- lib/puppet/provider/package/yum.rb
|
|
963
978
|
- lib/puppet/provider/package/zypper.rb
|
|
964
979
|
- lib/puppet/provider/package_targetable.rb
|
|
@@ -1258,16 +1273,6 @@ files:
|
|
|
1258
1273
|
- man/man8/puppet-script.8
|
|
1259
1274
|
- man/man8/puppet-ssl.8
|
|
1260
1275
|
- man/man8/puppet.8
|
|
1261
|
-
- tasks/benchmark.rake
|
|
1262
|
-
- tasks/cfpropertylist.rake
|
|
1263
|
-
- tasks/ci.rake
|
|
1264
|
-
- tasks/generate_ast_model.rake
|
|
1265
|
-
- tasks/generate_cert_fixtures.rake
|
|
1266
|
-
- tasks/manpages.rake
|
|
1267
|
-
- tasks/memwalk.rake
|
|
1268
|
-
- tasks/parallel.rake
|
|
1269
|
-
- tasks/parser.rake
|
|
1270
|
-
- tasks/yard.rake
|
|
1271
1276
|
homepage: https://github.com/puppetlabs/puppet
|
|
1272
1277
|
licenses:
|
|
1273
1278
|
- Apache-2.0
|
|
@@ -1277,7 +1282,7 @@ rdoc_options:
|
|
|
1277
1282
|
- "--title"
|
|
1278
1283
|
- Puppet - Configuration Management
|
|
1279
1284
|
- "--main"
|
|
1280
|
-
- README
|
|
1285
|
+
- README
|
|
1281
1286
|
- "--line-numbers"
|
|
1282
1287
|
require_paths:
|
|
1283
1288
|
- lib
|