puppet 7.8.0-universal-darwin → 7.9.0-universal-darwin

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.

Files changed (146) hide show
  1. checksums.yaml +4 -4
  2. data/CONTRIBUTING.md +5 -5
  3. data/Gemfile.lock +9 -9
  4. data/README.md +4 -4
  5. data/ext/project_data.yaml +1 -0
  6. data/install.rb +0 -4
  7. data/lib/puppet.rb +3 -3
  8. data/lib/puppet/application/filebucket.rb +1 -0
  9. data/lib/puppet/application/resource.rb +15 -2
  10. data/lib/puppet/application/ssl.rb +1 -0
  11. data/lib/puppet/defaults.rb +7 -0
  12. data/lib/puppet/environments.rb +10 -0
  13. data/lib/puppet/face/help/action.erb +1 -0
  14. data/lib/puppet/face/help/face.erb +1 -0
  15. data/lib/puppet/face/node/clean.rb +1 -1
  16. data/lib/puppet/file_system/file_impl.rb +1 -1
  17. data/lib/puppet/file_system/windows.rb +2 -2
  18. data/lib/puppet/forge.rb +3 -3
  19. data/lib/puppet/forge/cache.rb +1 -1
  20. data/lib/puppet/functions/empty.rb +8 -0
  21. data/lib/puppet/functions/strftime.rb +1 -0
  22. data/lib/puppet/functions/unwrap.rb +17 -2
  23. data/lib/puppet/indirector/resource/ral.rb +6 -1
  24. data/lib/puppet/interface/documentation.rb +1 -0
  25. data/lib/puppet/module_tool/applications/installer.rb +4 -0
  26. data/lib/puppet/module_tool/errors/shared.rb +17 -0
  27. data/lib/puppet/module_tool/tar/mini.rb +1 -1
  28. data/lib/puppet/pops/types/type_mismatch_describer.rb +1 -1
  29. data/lib/puppet/provider/exec/posix.rb +16 -4
  30. data/lib/puppet/provider/package/pip.rb +15 -3
  31. data/lib/puppet/provider/package/windows.rb +14 -1
  32. data/lib/puppet/provider/package/windows/exe_package.rb +30 -1
  33. data/lib/puppet/provider/package/windows/package.rb +2 -1
  34. data/lib/puppet/provider/parsedfile.rb +3 -0
  35. data/lib/puppet/resource/type_collection.rb +2 -0
  36. data/lib/puppet/settings.rb +30 -7
  37. data/lib/puppet/settings/config_file.rb +1 -8
  38. data/lib/puppet/settings/value_translator.rb +0 -1
  39. data/lib/puppet/type/exec.rb +16 -3
  40. data/lib/puppet/type/file/mode.rb +6 -0
  41. data/lib/puppet/type/tidy.rb +1 -1
  42. data/lib/puppet/type/user.rb +1 -1
  43. data/lib/puppet/util/monkey_patches.rb +2 -17
  44. data/lib/puppet/util/symbolic_file_mode.rb +29 -17
  45. data/lib/puppet/util/windows/sid.rb +3 -1
  46. data/lib/puppet/version.rb +1 -1
  47. data/lib/puppet/x509/cert_provider.rb +3 -21
  48. data/locales/puppet.pot +207 -171
  49. data/man/man5/puppet.conf.5 +2 -2
  50. data/man/man8/puppet-agent.8 +1 -1
  51. data/man/man8/puppet-apply.8 +1 -1
  52. data/man/man8/puppet-catalog.8 +9 -9
  53. data/man/man8/puppet-config.8 +1 -1
  54. data/man/man8/puppet-describe.8 +1 -1
  55. data/man/man8/puppet-device.8 +1 -1
  56. data/man/man8/puppet-doc.8 +1 -1
  57. data/man/man8/puppet-epp.8 +1 -1
  58. data/man/man8/puppet-facts.8 +7 -7
  59. data/man/man8/puppet-filebucket.8 +1 -1
  60. data/man/man8/puppet-generate.8 +1 -1
  61. data/man/man8/puppet-help.8 +1 -1
  62. data/man/man8/puppet-lookup.8 +1 -1
  63. data/man/man8/puppet-module.8 +1 -1
  64. data/man/man8/puppet-node.8 +5 -5
  65. data/man/man8/puppet-parser.8 +1 -1
  66. data/man/man8/puppet-plugin.8 +1 -1
  67. data/man/man8/puppet-report.8 +5 -5
  68. data/man/man8/puppet-resource.8 +1 -1
  69. data/man/man8/puppet-script.8 +1 -1
  70. data/man/man8/puppet-ssl.8 +1 -1
  71. data/man/man8/puppet.8 +2 -2
  72. data/spec/fixtures/ssl/127.0.0.1-key.pem +106 -106
  73. data/spec/fixtures/ssl/127.0.0.1.pem +48 -48
  74. data/spec/fixtures/ssl/bad-basic-constraints.pem +54 -54
  75. data/spec/fixtures/ssl/bad-int-basic-constraints.pem +51 -51
  76. data/spec/fixtures/ssl/ca.pem +52 -52
  77. data/spec/fixtures/ssl/crl.pem +25 -25
  78. data/spec/fixtures/ssl/ec-key-openssl.pem +8 -0
  79. data/spec/fixtures/ssl/ec-key-pk8.pem +5 -0
  80. data/spec/fixtures/ssl/ec-key.pem +11 -11
  81. data/spec/fixtures/ssl/ec.pem +32 -32
  82. data/spec/fixtures/ssl/encrypted-ec-key.pem +12 -12
  83. data/spec/fixtures/ssl/encrypted-key.pem +107 -107
  84. data/spec/fixtures/ssl/intermediate-agent-crl.pem +25 -25
  85. data/spec/fixtures/ssl/intermediate-agent.pem +54 -54
  86. data/spec/fixtures/ssl/intermediate-crl.pem +28 -28
  87. data/spec/fixtures/ssl/intermediate.pem +51 -51
  88. data/spec/fixtures/ssl/oid-key.pem +117 -0
  89. data/spec/fixtures/ssl/oid.pem +69 -0
  90. data/spec/fixtures/ssl/pluto-key.pem +106 -106
  91. data/spec/fixtures/ssl/pluto.pem +50 -50
  92. data/spec/fixtures/ssl/request-key.pem +106 -106
  93. data/spec/fixtures/ssl/request.pem +45 -45
  94. data/spec/fixtures/ssl/revoked-key.pem +106 -106
  95. data/spec/fixtures/ssl/revoked.pem +49 -49
  96. data/spec/fixtures/ssl/signed-key.pem +106 -106
  97. data/spec/fixtures/ssl/signed.pem +47 -47
  98. data/spec/fixtures/ssl/tampered-cert.pem +49 -49
  99. data/spec/fixtures/ssl/tampered-csr.pem +45 -45
  100. data/spec/fixtures/ssl/trusted_oid_mapping.yaml +5 -0
  101. data/spec/fixtures/ssl/unknown-127.0.0.1-key.pem +106 -106
  102. data/spec/fixtures/ssl/unknown-127.0.0.1.pem +48 -48
  103. data/spec/fixtures/ssl/unknown-ca-key.pem +106 -106
  104. data/spec/fixtures/ssl/unknown-ca.pem +52 -52
  105. data/spec/integration/application/filebucket_spec.rb +11 -0
  106. data/spec/integration/application/module_spec.rb +21 -0
  107. data/spec/integration/application/resource_spec.rb +35 -1
  108. data/spec/integration/application/ssl_spec.rb +20 -0
  109. data/spec/integration/defaults_spec.rb +5 -0
  110. data/spec/integration/environments/settings_interpolation_spec.rb +0 -4
  111. data/spec/integration/indirector/facts/facter_spec.rb +90 -36
  112. data/spec/integration/type/exec_spec.rb +70 -45
  113. data/spec/lib/puppet/test_ca.rb +5 -0
  114. data/spec/lib/puppet_spec/settings.rb +1 -0
  115. data/spec/unit/environments_spec.rb +35 -0
  116. data/spec/unit/file_system_spec.rb +6 -0
  117. data/spec/unit/functions/assert_type_spec.rb +1 -1
  118. data/spec/unit/functions/empty_spec.rb +10 -0
  119. data/spec/unit/functions/lookup_spec.rb +23 -0
  120. data/spec/unit/functions/unwrap_spec.rb +8 -0
  121. data/spec/unit/functions4_spec.rb +2 -2
  122. data/spec/unit/indirector/resource/ral_spec.rb +40 -75
  123. data/spec/unit/module_tool/applications/installer_spec.rb +13 -2
  124. data/spec/unit/parser/compiler_spec.rb +29 -0
  125. data/spec/unit/parser/templatewrapper_spec.rb +12 -2
  126. data/spec/unit/pops/loaders/dependency_loader_spec.rb +0 -9
  127. data/spec/unit/pops/parser/lexer2_spec.rb +0 -4
  128. data/spec/unit/provider/package/pip_spec.rb +37 -0
  129. data/spec/unit/provider/package/windows/exe_package_spec.rb +17 -0
  130. data/spec/unit/provider/parsedfile_spec.rb +10 -0
  131. data/spec/unit/resource/type_collection_spec.rb +16 -0
  132. data/spec/unit/resource/type_spec.rb +2 -2
  133. data/spec/unit/settings/config_file_spec.rb +1 -11
  134. data/spec/unit/settings/value_translator_spec.rb +4 -5
  135. data/spec/unit/settings_spec.rb +120 -79
  136. data/spec/unit/ssl/ssl_provider_spec.rb +18 -16
  137. data/spec/unit/type/exec_spec.rb +76 -29
  138. data/spec/unit/type/file/source_spec.rb +4 -4
  139. data/spec/unit/type/tidy_spec.rb +7 -0
  140. data/spec/unit/util/ldap/connection_spec.rb +10 -10
  141. data/spec/unit/util/ldap/manager_spec.rb +2 -2
  142. data/spec/unit/util/windows/sid_spec.rb +39 -4
  143. data/spec/unit/util_spec.rb +1 -3
  144. data/spec/unit/x509/cert_provider_spec.rb +9 -1
  145. data/tasks/generate_cert_fixtures.rake +10 -1
  146. metadata +16 -3
@@ -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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPETCONF" "5" "July 2021" "Puppet, Inc." "Puppet manual"
5
5
  \fBThis page is autogenerated; any changes will get overwritten\fR
6
6
  .
7
7
  .SH "Configuration settings"
@@ -913,7 +913,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
913
913
  The HTTP User\-Agent string to send when making network requests\.
914
914
  .
915
915
  .IP "\(bu" 4
916
- \fIDefault\fR: \fBPuppet/7\.8\.0 Ruby/2\.5\.1\-p57 (x86_64\-linux)\fR
916
+ \fIDefault\fR: \fBPuppet/7\.9\.0 Ruby/2\.5\.1\-p57 (x86_64\-linux)\fR
917
917
  .
918
918
  .IP "" 0
919
919
  .
@@ -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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-AGENT" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-APPLY" "8" "July 2021" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-apply\fR \- Apply Puppet manifests locally
@@ -1,13 +1,13 @@
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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CATALOG" "8" "July 2021" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.
8
8
  .
9
9
  .SH "SYNOPSIS"
10
- puppet catalog \fIaction\fR [\-\-terminus _TERMINUS] [\-\-extra HASH]
10
+ puppet catalog \fIaction\fR [\-\-terminus _TERMINUS]
11
11
  .
12
12
  .SH "DESCRIPTION"
13
13
  This subcommand deals with catalogs, which are compiled per\-node artifacts generated from a set of Puppet manifests\. By default, it interacts with the compiling subsystem and compiles a catalog using the default manifest and \fBcertname\fR, but you can change the source of the catalog with the \fB\-\-terminus\fR option\. You can also choose to print any catalog in \'dot\' format (for easy graph viewing with OmniGraffle or Graphviz) with \'\-\-render\-as dot\'\.
@@ -51,7 +51,7 @@ The terminus for an action is often determined by context, but occasionally need
51
51
  \fBSYNOPSIS\fR
52
52
  .
53
53
  .IP
54
- puppet catalog apply [\-\-terminus _TERMINUS] [\-\-extra HASH]
54
+ puppet catalog apply [\-\-terminus _TERMINUS]
55
55
  .
56
56
  .IP
57
57
  \fBDESCRIPTION\fR
@@ -70,7 +70,7 @@ Nothing\. When used from the Ruby API, returns a Puppet::Transaction::Report obj
70
70
  \fBSYNOPSIS\fR
71
71
  .
72
72
  .IP
73
- puppet catalog compile [\-\-terminus _TERMINUS] [\-\-extra HASH]
73
+ puppet catalog compile [\-\-terminus _TERMINUS]
74
74
  .
75
75
  .IP
76
76
  \fBDESCRIPTION\fR
@@ -89,7 +89,7 @@ A serialized catalog\.
89
89
  \fBSYNOPSIS\fR
90
90
  .
91
91
  .IP
92
- puppet catalog download [\-\-terminus _TERMINUS] [\-\-extra HASH]
92
+ puppet catalog download [\-\-terminus _TERMINUS]
93
93
  .
94
94
  .IP
95
95
  \fBDESCRIPTION\fR
@@ -117,7 +117,7 @@ When used from the Ruby API, this action has a side effect of leaving Puppet::Re
117
117
  \fBSYNOPSIS\fR
118
118
  .
119
119
  .IP
120
- puppet catalog find [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIcertname\fR
120
+ puppet catalog find [\-\-terminus _TERMINUS] \fIcertname\fR
121
121
  .
122
122
  .IP
123
123
  \fBDESCRIPTION\fR
@@ -136,7 +136,7 @@ A serialized catalog\. When used from the Ruby API, returns a Puppet::Resource::
136
136
  \fBSYNOPSIS\fR
137
137
  .
138
138
  .IP
139
- puppet catalog info [\-\-terminus _TERMINUS] [\-\-extra HASH]
139
+ puppet catalog info [\-\-terminus _TERMINUS]
140
140
  .
141
141
  .IP
142
142
  \fBDESCRIPTION\fR
@@ -149,7 +149,7 @@ Prints the default terminus class for this subcommand\. Note that different run
149
149
  \fBSYNOPSIS\fR
150
150
  .
151
151
  .IP
152
- puppet catalog save [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIkey\fR
152
+ puppet catalog save [\-\-terminus _TERMINUS] \fIkey\fR
153
153
  .
154
154
  .IP
155
155
  \fBDESCRIPTION\fR
@@ -162,7 +162,7 @@ API only: create or overwrite an object\. As the Faces framework does not curren
162
162
  \fBSYNOPSIS\fR
163
163
  .
164
164
  .IP
165
- puppet catalog select [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIhost\fR \fIresource_type\fR
165
+ puppet catalog select [\-\-terminus _TERMINUS] \fIhost\fR \fIresource_type\fR
166
166
  .
167
167
  .IP
168
168
  \fBDESCRIPTION\fR
@@ -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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CONFIG" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DESCRIBE" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DEVICE" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DOC" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-EPP" "8" "July 2021" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-epp\fR \- Interact directly with the EPP template parser/renderer\.
@@ -1,13 +1,13 @@
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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FACTS" "8" "July 2021" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-facts\fR \- Retrieve and store facts\.
8
8
  .
9
9
  .SH "SYNOPSIS"
10
- puppet facts \fIaction\fR [\-\-terminus _TERMINUS] [\-\-extra HASH]
10
+ puppet facts \fIaction\fR [\-\-terminus _TERMINUS]
11
11
  .
12
12
  .SH "DESCRIPTION"
13
13
  This subcommand manages facts, which are collections of normalized system information used by Puppet\. It can read facts directly from the local system (with the default \fBfacter\fR terminus)\.
@@ -51,7 +51,7 @@ The terminus for an action is often determined by context, but occasionally need
51
51
  \fBSYNOPSIS\fR
52
52
  .
53
53
  .IP
54
- puppet facts find [\-\-terminus _TERMINUS] [\-\-extra HASH] [\fInode_certname\fR]
54
+ puppet facts find [\-\-terminus _TERMINUS] [\fInode_certname\fR]
55
55
  .
56
56
  .IP
57
57
  \fBDESCRIPTION\fR
@@ -79,7 +79,7 @@ When using the \fBfacter\fR terminus, the host argument is ignored\.
79
79
  \fBSYNOPSIS\fR
80
80
  .
81
81
  .IP
82
- puppet facts info [\-\-terminus _TERMINUS] [\-\-extra HASH]
82
+ puppet facts info [\-\-terminus _TERMINUS]
83
83
  .
84
84
  .IP
85
85
  \fBDESCRIPTION\fR
@@ -92,7 +92,7 @@ Prints the default terminus class for this subcommand\. Note that different run
92
92
  \fBSYNOPSIS\fR
93
93
  .
94
94
  .IP
95
- puppet facts save [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIkey\fR
95
+ puppet facts save [\-\-terminus _TERMINUS] \fIkey\fR
96
96
  .
97
97
  .IP
98
98
  \fBDESCRIPTION\fR
@@ -105,7 +105,7 @@ API only: create or overwrite an object\. As the Faces framework does not curren
105
105
  \fBSYNOPSIS\fR
106
106
  .
107
107
  .IP
108
- puppet facts [\-\-terminus _TERMINUS] [\-\-extra HASH] [\-\-config\-file \fIpath\fR] [\-\-custom\-dir \fIpath\fR] [\-\-external\-dir \fIpath\fR] [\-\-no\-block] [\-\-no\-cache] [\-\-show\-legacy] [\-\-value\-only] [\-\-timing] [\fIfacts\fR]
108
+ puppet facts [\-\-terminus _TERMINUS] [\-\-config\-file \fIpath\fR] [\-\-custom\-dir \fIpath\fR] [\-\-external\-dir \fIpath\fR] [\-\-no\-block] [\-\-no\-cache] [\-\-show\-legacy] [\-\-value\-only] [\-\-timing] [\fIfacts\fR]
109
109
  .
110
110
  .IP
111
111
  \fBDESCRIPTION\fR
@@ -151,7 +151,7 @@ The output of facter with added puppet specific facts\.
151
151
  \fBSYNOPSIS\fR
152
152
  .
153
153
  .IP
154
- puppet facts upload [\-\-terminus _TERMINUS] [\-\-extra HASH]
154
+ puppet facts upload [\-\-terminus _TERMINUS]
155
155
  .
156
156
  .IP
157
157
  \fBDESCRIPTION\fR
@@ -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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FILEBUCKET" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-GENERATE" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-HELP" "8" "July 2021" "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\-LOOKUP" "8" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-LOOKUP" "8" "July 2021" "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\-MODULE" "8" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-MODULE" "8" "July 2021" "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,13 +1,13 @@
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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-NODE" "8" "July 2021" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-node\fR \- View and manage node definitions\.
8
8
  .
9
9
  .SH "SYNOPSIS"
10
- puppet node \fIaction\fR [\-\-terminus _TERMINUS] [\-\-extra HASH]
10
+ puppet node \fIaction\fR [\-\-terminus _TERMINUS]
11
11
  .
12
12
  .SH "DESCRIPTION"
13
13
  This subcommand interacts with node objects, which are used by Puppet to build a catalog\. A node object consists of the node\'s facts, environment, node parameters (exposed in the parser as top\-scope variables), and classes\.
@@ -51,7 +51,7 @@ The terminus for an action is often determined by context, but occasionally need
51
51
  \fBSYNOPSIS\fR
52
52
  .
53
53
  .IP
54
- puppet node clean [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIhost1\fR [\fIhost2\fR \.\.\.]
54
+ puppet node clean [\-\-terminus _TERMINUS] \fIhost1\fR [\fIhost2\fR \.\.\.]
55
55
  .
56
56
  .IP
57
57
  \fBDESCRIPTION\fR
@@ -79,7 +79,7 @@ NOTE: this action now cleans up certs via Puppet Server\'s CA API\. A running se
79
79
  \fBSYNOPSIS\fR
80
80
  .
81
81
  .IP
82
- puppet node find [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIhost\fR
82
+ puppet node find [\-\-terminus _TERMINUS] \fIhost\fR
83
83
  .
84
84
  .IP
85
85
  \fBDESCRIPTION\fR
@@ -101,7 +101,7 @@ RENDERING ISSUES: Rendering as string and json are currently broken; node object
101
101
  \fBSYNOPSIS\fR
102
102
  .
103
103
  .IP
104
- puppet node info [\-\-terminus _TERMINUS] [\-\-extra HASH]
104
+ puppet node info [\-\-terminus _TERMINUS]
105
105
  .
106
106
  .IP
107
107
  \fBDESCRIPTION\fR
@@ -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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-PARSER" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-PLUGIN" "8" "July 2021" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-plugin\fR \- Interact with the Puppet plugin system\.
@@ -1,13 +1,13 @@
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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-REPORT" "8" "July 2021" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-report\fR \- Create, display, and submit reports\.
8
8
  .
9
9
  .SH "SYNOPSIS"
10
- puppet report \fIaction\fR [\-\-terminus _TERMINUS] [\-\-extra HASH]
10
+ puppet report \fIaction\fR [\-\-terminus _TERMINUS]
11
11
  .
12
12
  .SH "OPTIONS"
13
13
  Note that any setting that\'s valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action\. For example, \fBserver\fR and \fBrun_mode\fR are valid settings, so you can specify \fB\-\-server <servername>\fR, or \fB\-\-run_mode <runmode>\fR as an argument\.
@@ -48,7 +48,7 @@ The terminus for an action is often determined by context, but occasionally need
48
48
  \fBSYNOPSIS\fR
49
49
  .
50
50
  .IP
51
- puppet report info [\-\-terminus _TERMINUS] [\-\-extra HASH]
51
+ puppet report info [\-\-terminus _TERMINUS]
52
52
  .
53
53
  .IP
54
54
  \fBDESCRIPTION\fR
@@ -61,7 +61,7 @@ Prints the default terminus class for this subcommand\. Note that different run
61
61
  \fBSYNOPSIS\fR
62
62
  .
63
63
  .IP
64
- puppet report save [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIreport\fR
64
+ puppet report save [\-\-terminus _TERMINUS] \fIreport\fR
65
65
  .
66
66
  .IP
67
67
  \fBDESCRIPTION\fR
@@ -80,7 +80,7 @@ Nothing\.
80
80
  \fBSYNOPSIS\fR
81
81
  .
82
82
  .IP
83
- puppet report submit [\-\-terminus _TERMINUS] [\-\-extra HASH] \fIreport\fR
83
+ puppet report submit [\-\-terminus _TERMINUS] \fIreport\fR
84
84
  .
85
85
  .IP
86
86
  \fBDESCRIPTION\fR
@@ -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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-RESOURCE" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-SCRIPT" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-SSL" "8" "July 2021" "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" "June 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET" "8" "July 2021" "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\.8\.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 v7\.9\.0
@@ -1,117 +1,117 @@
1
1
  RSA Private-Key: (2048 bit, 2 primes)
2
2
  modulus:
3
- 00:ac:e5:d9:12:cd:61:69:66:ca:b9:6d:cf:b7:b5:
4
- be:b9:21:de:d5:7d:dd:35:bc:c7:2a:23:a3:46:11:
5
- ad:a7:23:02:f9:d1:71:ec:8c:34:c2:9b:bb:dd:6b:
6
- b4:1f:4c:01:e9:c3:55:f4:ad:aa:17:24:ce:03:59:
7
- 54:fc:ce:f0:c0:c0:df:1e:89:b2:99:45:8d:49:cd:
8
- 68:7e:77:00:65:c2:ed:4a:90:fc:18:d7:50:3c:21:
9
- 28:a8:93:a1:47:ee:58:da:09:47:7d:67:70:a7:a8:
10
- 83:ea:38:d8:97:96:fd:f0:b7:17:3b:ab:fc:db:2b:
11
- 80:cf:e4:eb:4a:0f:0c:80:b0:18:d0:44:9a:6e:74:
12
- 70:a3:26:35:98:ad:f5:0c:b1:47:43:57:8a:ac:08:
13
- 30:b7:a0:9a:77:60:07:70:69:ef:50:9d:06:85:90:
14
- 20:71:67:2e:f5:c8:b0:1b:b2:fd:ff:57:4b:b6:0e:
15
- 18:d9:7b:95:e1:12:6b:fa:d2:8b:70:f8:1a:d3:36:
16
- 8d:c8:91:e0:d1:75:5a:21:17:f7:fe:70:e8:46:14:
17
- d8:e1:f2:77:7d:21:76:0c:3b:e4:02:b9:d7:18:ac:
18
- 86:a3:1e:33:fc:34:72:c6:ea:7f:20:fe:39:74:cf:
19
- ff:89:47:47:45:e1:71:13:46:7e:84:8c:23:2e:41:
20
- 1d:87
3
+ 00:df:40:52:59:4f:eb:dd:d8:06:f5:c0:e8:eb:11:
4
+ 52:31:80:a1:45:8e:3e:07:81:5c:cd:90:ea:2a:d0:
5
+ 84:d3:6d:54:8a:78:0c:6b:34:eb:fc:dd:90:e9:9a:
6
+ 5a:23:24:3b:31:99:17:d9:06:70:a8:51:95:68:50:
7
+ 9d:59:aa:76:2f:28:18:99:81:be:ca:1d:79:75:8b:
8
+ 85:3c:a4:05:39:06:f6:d8:25:13:54:e8:bb:d2:b4:
9
+ 30:35:9e:10:64:2d:25:44:2a:f8:75:1f:60:ec:8a:
10
+ 57:fc:fe:4d:57:f2:9c:e2:0d:6b:c5:f7:2d:ce:f5:
11
+ 9e:93:f8:83:1a:b6:94:e3:c0:e2:b2:56:92:7e:e5:
12
+ d2:bd:f8:3c:9d:07:b4:85:93:77:5f:62:bd:ba:0e:
13
+ 30:cc:77:46:07:2a:6a:aa:18:bf:0c:f0:23:ef:7d:
14
+ d9:84:86:35:3e:b5:76:1a:02:f3:9a:11:70:3f:f0:
15
+ 6d:58:d1:2a:19:f8:e1:ed:77:ab:0a:e7:98:12:33:
16
+ 5e:f9:b0:a8:f8:a5:98:c9:4e:3f:6c:01:8a:94:30:
17
+ c9:19:a1:29:46:18:5e:83:9f:9d:2a:cb:70:db:8a:
18
+ de:ca:2d:c1:47:82:ba:0b:20:b9:20:09:3c:1d:1c:
19
+ 62:77:a7:85:83:5a:08:28:34:6b:75:e1:cd:7b:b7:
20
+ e7:e5
21
21
  publicExponent: 65537 (0x10001)
22
22
  privateExponent:
23
- 00:87:54:8d:59:63:3a:89:06:b5:4c:f8:bf:ea:7a:
24
- ae:63:38:38:b4:00:85:82:47:55:d9:0c:f6:02:a5:
25
- 59:b8:05:f6:91:55:b8:07:40:23:17:e4:4f:e2:db:
26
- 27:ac:8b:90:bf:c9:6e:61:4b:01:64:86:21:5e:8b:
27
- b0:b3:04:c3:7b:0c:3c:58:29:cd:8a:9c:df:1f:52:
28
- 51:25:13:be:52:e8:85:55:a5:30:3d:bd:62:86:fe:
29
- 29:55:f1:df:fe:6e:78:4b:89:91:d4:7d:7f:b7:2b:
30
- 76:bd:81:6b:3f:14:27:86:1f:b9:66:b2:93:03:76:
31
- 04:a8:34:f5:5a:0d:77:6a:cd:a1:6a:34:43:1b:e8:
32
- 2f:d6:81:ca:68:fc:93:53:9d:16:30:22:e4:80:44:
33
- 6b:ec:dc:ec:f6:d0:48:69:5d:89:af:a3:02:09:40:
34
- 25:9a:23:48:ad:58:c1:8d:25:af:74:6e:38:ec:dc:
35
- ee:b8:79:e1:94:36:62:64:93:94:9b:29:0c:44:8c:
36
- 40:ef:40:d3:4b:89:96:5d:9f:84:8a:f7:f6:9a:6a:
37
- d4:19:ea:f6:90:07:3f:b8:b3:4e:33:dc:7f:e9:32:
38
- 00:58:1c:52:1e:80:3b:94:50:4e:f4:56:c4:77:97:
39
- d4:66:9e:03:be:5a:be:b1:8f:73:3f:ea:e4:5e:d4:
40
- 5c:79
23
+ 00:bc:48:9b:2b:07:e4:7d:2c:fc:71:b7:48:b9:37:
24
+ da:82:35:61:ce:2f:b0:d0:d3:a1:59:1d:a6:e0:85:
25
+ 0c:00:e4:6c:30:7c:1e:bd:2b:dc:fb:5e:42:21:42:
26
+ 34:52:fe:f3:8d:58:f8:6b:e8:aa:8a:ca:83:9f:7e:
27
+ 9d:b6:49:b5:72:ff:f5:ff:41:15:8f:90:5c:27:6e:
28
+ 8b:e8:20:cc:e6:d3:a0:cb:9a:39:3b:9b:2d:0c:ff:
29
+ 3a:c9:7d:8d:85:6f:2d:c6:d8:16:c3:70:bb:65:c3:
30
+ 27:82:0f:57:5b:9d:1a:02:ec:1e:c0:cf:3e:ab:15:
31
+ 2b:b0:d0:1e:82:21:0a:61:29:70:2a:34:5b:15:18:
32
+ 67:30:5e:88:ad:d9:e4:59:61:7f:cc:4b:b2:9a:cf:
33
+ ac:49:fe:49:63:0a:14:db:89:49:22:6f:64:8b:bc:
34
+ 62:4d:61:44:05:be:cc:5c:0c:2f:0e:fa:5f:6a:2e:
35
+ 10:64:a4:db:86:1a:a9:da:1a:0d:ce:57:ec:c1:03:
36
+ 7a:00:bd:49:31:b4:8b:bd:56:99:a2:14:dd:78:82:
37
+ ea:09:9f:74:12:bd:45:56:b5:6e:ee:d6:69:47:68:
38
+ e6:6d:75:ea:87:e1:6a:88:8b:b1:c2:7a:ae:35:89:
39
+ a3:3c:86:97:d1:de:ba:14:2b:d0:d1:3e:d7:af:92:
40
+ 86:01
41
41
  prime1:
42
- 00:de:cf:6e:40:b7:15:fc:7d:11:6d:bf:78:12:9e:
43
- 75:28:de:92:99:3f:70:e0:98:2f:2b:8b:a8:32:3a:
44
- b5:c6:5b:da:7d:25:e2:c7:ff:bf:79:74:28:26:1f:
45
- cd:75:84:2c:c0:99:9f:aa:dc:e0:8d:ec:0b:d8:f0:
46
- 89:11:d7:24:26:53:8a:62:77:ba:5b:07:c8:2a:62:
47
- 99:25:28:fc:00:9d:03:c0:d6:c3:28:2e:46:9d:5b:
48
- 71:8e:d0:1a:2f:3d:19:93:29:f4:89:a3:cd:41:d2:
49
- 8a:64:a2:cd:19:11:f9:6e:59:e4:35:9d:7f:d1:31:
50
- 74:5b:48:f4:7b:e8:1a:20:73
42
+ 00:fc:aa:e9:66:8b:09:55:59:35:21:19:ff:72:8a:
43
+ 47:cc:ed:36:24:3a:6c:ee:81:75:cd:aa:6d:af:1f:
44
+ 4d:83:a5:e5:77:c8:a2:de:72:11:a0:72:af:79:0a:
45
+ b5:b0:e5:e4:28:75:11:b5:56:eb:86:32:f0:32:1f:
46
+ 1d:a8:26:9f:40:d7:6c:ae:7c:7d:90:27:39:95:0f:
47
+ 6b:0a:91:3e:03:c1:e8:04:01:2e:16:a0:dc:6e:70:
48
+ 9f:1a:17:c1:7e:65:ea:4c:2d:33:00:23:83:d9:3b:
49
+ f7:a5:0b:5f:f5:a9:65:7d:bd:1e:79:e9:24:62:a3:
50
+ 49:d7:d2:6f:5f:9e:2e:03:75
51
51
  prime2:
52
- 00:c6:a7:12:f0:68:f2:30:a9:c3:78:59:a6:f7:fb:
53
- dc:05:93:14:c7:54:00:c6:f7:5c:1a:c4:3a:07:b2:
54
- 25:f2:fb:83:7e:20:f5:c4:dd:fc:46:54:2e:58:89:
55
- c2:fc:4e:5c:d8:a8:a1:a7:98:76:59:ad:45:94:fc:
56
- 97:d4:a5:0b:1e:51:07:3e:86:e0:2e:f7:29:32:71:
57
- 65:a5:3b:97:33:bc:00:f4:f7:66:e6:ee:49:ec:19:
58
- 5c:b3:74:0e:61:ce:94:3e:f4:69:32:ea:df:b3:d8:
59
- 08:df:56:36:ca:af:c7:e8:f1:0d:91:b4:0b:fb:47:
60
- 05:fd:87:02:41:48:9d:2d:9d
52
+ 00:e2:32:17:38:94:ba:d3:63:eb:a3:83:77:09:4f:
53
+ ef:52:ef:ce:1e:86:b2:4e:bc:30:eb:67:f2:c1:aa:
54
+ be:04:fd:c5:76:43:15:e7:7f:f7:c7:a3:6f:e9:e3:
55
+ df:7e:ad:9c:a1:eb:ee:dc:ad:6d:bc:4e:88:1c:d4:
56
+ d1:5c:1d:21:f0:7a:19:4d:cc:0d:4b:37:08:34:8d:
57
+ ac:1c:fd:3a:e9:f3:5e:f3:f2:5a:1c:15:76:38:d3:
58
+ ff:b5:2f:fd:59:37:c6:86:6e:29:4b:10:01:75:f0:
59
+ 5e:46:aa:ab:32:e3:0f:4c:72:e7:36:d7:5a:9b:76:
60
+ e2:08:09:32:49:30:ac:f4:b1
61
61
  exponent1:
62
- 56:77:57:49:04:04:23:45:01:f3:7e:3f:81:b2:3e:
63
- b3:4a:94:c7:a6:08:0f:10:e0:15:5d:10:3b:d5:ee:
64
- de:f8:9c:74:be:b4:20:7b:4e:7a:3a:aa:ae:08:df:
65
- 7a:00:7e:41:8c:1c:9b:79:36:27:bd:77:e7:8b:89:
66
- 16:04:50:c2:12:df:7c:51:0c:5f:f1:48:2b:b2:b1:
67
- cd:ea:f6:c8:e2:26:27:ba:f0:67:72:75:f2:f1:1e:
68
- c3:96:5c:e3:02:2a:1f:a3:43:83:fa:ae:58:21:f5:
69
- 95:12:5c:d7:a2:d3:12:91:0d:f0:04:9c:2a:b9:af:
70
- 77:11:7b:d7:6d:fe:5d:a3
62
+ 44:c4:8b:a3:d2:21:a7:2e:11:6c:c1:f3:a9:8c:03:
63
+ 40:be:2b:27:2f:13:a8:d2:69:6a:a1:81:1a:d1:ad:
64
+ 3a:30:73:c4:e7:41:94:c3:7d:12:ab:44:20:f0:8e:
65
+ 44:e8:3c:f1:d9:f3:08:e4:f0:53:65:17:c4:bc:7d:
66
+ 48:df:c2:26:56:bb:88:bd:ef:3a:c5:c2:41:54:a1:
67
+ f0:8d:59:50:92:7d:00:62:05:d6:38:cf:e5:eb:17:
68
+ 12:75:f6:be:dd:24:28:b9:80:91:00:19:89:8d:6d:
69
+ b8:68:e1:24:2e:87:a5:f2:4c:12:28:27:34:05:77:
70
+ 3a:9b:56:9e:b2:a1:99:65
71
71
  exponent2:
72
- 43:20:be:13:a3:43:04:12:b9:cc:f7:6e:a6:a9:e3:
73
- 25:b7:17:f4:6b:7c:7f:bf:a2:ce:20:b5:03:58:bd:
74
- de:28:03:bd:21:62:2b:8e:5f:eb:5c:12:f5:34:48:
75
- 41:7e:31:7d:bd:2e:33:36:1f:f8:19:c7:43:9b:3f:
76
- ab:49:c2:42:12:5b:82:53:8d:7a:11:67:48:76:6d:
77
- 44:b2:a8:5b:81:12:49:b5:38:7e:9c:d3:3a:07:2f:
78
- fe:2c:1f:98:09:78:aa:f5:68:7f:1e:43:4d:c0:98:
79
- ee:ef:71:40:78:b9:f3:0b:51:ec:84:8c:ef:f2:86:
80
- 21:af:f7:a1:1b:ea:91:39
72
+ 00:d3:3b:d7:f7:9c:dd:43:9f:e2:64:56:d7:09:39:
73
+ 3e:d4:02:e2:48:1b:9d:d4:6d:66:79:d0:1f:21:c0:
74
+ e3:a7:21:9e:0f:ac:e2:7d:c8:41:8a:8c:14:6d:25:
75
+ c2:87:38:76:37:b8:6e:de:62:8f:41:f5:4c:a3:30:
76
+ 13:3b:a4:71:17:73:ce:c1:9a:37:27:f0:82:97:21:
77
+ 5e:83:cb:f0:02:9e:a6:23:c6:45:64:48:9e:98:bf:
78
+ 51:e2:d0:a8:15:73:42:d0:33:7c:18:7f:1f:fe:15:
79
+ b4:d4:e5:78:ef:12:a0:2c:d2:79:1d:fb:ca:bf:b8:
80
+ 2b:a9:39:7d:5e:60:38:84:61
81
81
  coefficient:
82
- 37:50:c3:b7:3b:85:e4:0d:db:82:ac:12:23:ca:6c:
83
- 84:45:ed:16:c0:bb:9c:0d:58:1d:52:b0:c3:a8:8a:
84
- 4e:f6:b4:ac:6d:b5:d5:18:0c:bc:80:fe:53:55:13:
85
- c7:92:e5:71:95:bc:93:e8:24:93:94:ef:f0:10:00:
86
- db:00:20:c1:f4:50:6d:9d:53:e7:58:e8:7e:04:34:
87
- 2e:fd:b9:b0:51:ff:22:b0:d6:ad:84:9e:c0:22:6f:
88
- f8:40:a7:22:b8:46:3a:92:47:76:16:de:af:8d:a2:
89
- 5e:02:1d:21:32:be:88:b3:83:f8:6d:b9:9c:ce:19:
90
- 55:38:7d:98:65:8a:4d:25
82
+ 0b:f3:f3:f2:06:4d:f4:8d:dc:88:d0:da:24:f1:03:
83
+ 4a:5f:91:40:29:ff:85:be:a1:6c:e2:00:ac:05:46:
84
+ 79:db:9d:b6:5f:7e:92:a7:cb:f1:77:e6:4e:c6:b9:
85
+ ee:76:0e:fe:c3:ba:91:69:00:75:dc:d6:76:2e:f1:
86
+ dd:1b:75:5d:3b:f4:6b:d6:a2:3d:bf:8e:49:45:0f:
87
+ b1:4e:c6:e5:fb:c3:91:05:92:51:b1:c1:59:97:e0:
88
+ 1a:a5:c9:ee:3f:af:32:dc:0c:4a:00:37:04:94:64:
89
+ fa:97:ab:47:17:fe:ce:bb:d4:6c:02:26:5d:41:1f:
90
+ 42:8b:06:d9:e0:a0:ae:68
91
91
  -----BEGIN RSA PRIVATE KEY-----
92
- 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
- 7Iw0wpu73Wu0H0wB6cNV9K2qFyTOA1lU/M7wwMDfHomymUWNSc1ofncAZcLtSpD8
94
- GNdQPCEoqJOhR+5Y2glHfWdwp6iD6jjYl5b98LcXO6v82yuAz+TrSg8MgLAY0ESa
95
- bnRwoyY1mK31DLFHQ1eKrAgwt6Cad2AHcGnvUJ0GhZAgcWcu9ciwG7L9/1dLtg4Y
96
- 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
- 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
- +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
- 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
- gWs/FCeGH7lmspMDdgSoNPVaDXdqzaFqNEMb6C/Wgcpo/JNTnRYwIuSARGvs3Oz2
101
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
117
117
  -----END RSA PRIVATE KEY-----