|
59 | 59 | # {package, "upgradeable"}[http://j.mp/xbxmNP] in the Puppet documentation). |
60 | 60 | # |
61 | 61 | # @param ca_certificate |
62 | | -# Path to the trusted CA certificate to add to this node's java keystore. |
| 62 | +# Path to the trusted CA certificate to add to this node's Java keystore. |
63 | 63 | # |
64 | 64 | # @param certificate |
65 | 65 | # Path to the certificate for this node signed by the CA listed in |
|
94 | 94 | # |
95 | 95 | # @param deprecation_logging |
96 | 96 | # Wheter to enable deprecation logging. If enabled, deprecation logs will be |
97 | | -# saved to ${cluster.name}_deprecation.log in the elastic search log folder. |
| 97 | +# saved to ${cluster.name}_deprecation.log in the Elasticsearch log folder. |
98 | 98 | # |
99 | 99 | # @param deprecation_logging_level |
100 | 100 | # Default deprecation logging level for Elasticsearch. |
|
144 | 144 | # Password to encrypt this node's Java keystore. |
145 | 145 | # |
146 | 146 | # @param keystore_path |
147 | | -# Custom path to the java keystore file. This parameter is optional. |
| 147 | +# Custom path to the Java keystore file. This parameter is optional. |
148 | 148 | # |
149 | 149 | # @param license |
150 | 150 | # Optional Elasticsearch license in hash or string form. |
|
153 | 153 | # Directory that will be used for Elasticsearch logging. |
154 | 154 | # |
155 | 155 | # @param logging_config |
156 | | -# Representation of information to be included in the logging.yml file. |
| 156 | +# Representation of information to be included in the log4j.properties file. |
157 | 157 | # |
158 | 158 | # @param logging_file |
159 | 159 | # Instead of a hash, you may supply a `puppet://` file source for the |
160 | | -# logging.yml file. |
| 160 | +# log4j.properties file. |
161 | 161 | # |
162 | 162 | # @param logging_level |
163 | 163 | # Default logging level for Elasticsearch. |
|
273 | 273 | # Elasticsearch keystore file. If unset, the keystore is left unmanaged. |
274 | 274 | # |
275 | 275 | # @param security_logging_content |
276 | | -# File content for shield/x-pack logging configuration file (will be placed |
277 | | -# into logging.yml or log4j2.properties file as appropriate). |
| 276 | +# File content for x-pack logging configuration file (will be placed |
| 277 | +# into log4j2.properties file). |
278 | 278 | # |
279 | 279 | # @param security_logging_source |
280 | | -# File source for shield/x-pack logging configuration file (will be placed |
281 | | -# into logging.yml or log4j2.properties file as appropriate). |
| 280 | +# File source for x-pack logging configuration file (will be placed |
| 281 | +# into log4j2.properties). |
282 | 282 | # |
283 | 283 | # @param service_name |
284 | 284 | # Elasticsearch service name |
|
466 | 466 | contain elasticsearch::config |
467 | 467 | contain elasticsearch::service |
468 | 468 |
|
469 | | - create_resources('elasticsearch::index', $::elasticsearch::indices) |
470 | | - create_resources('elasticsearch::pipeline', $::elasticsearch::pipelines) |
471 | | - create_resources('elasticsearch::plugin', $::elasticsearch::plugins) |
472 | | - create_resources('elasticsearch::role', $::elasticsearch::roles) |
473 | | - create_resources('elasticsearch::script', $::elasticsearch::scripts) |
474 | | - create_resources('elasticsearch::snapshot_repository', $::elasticsearch::snapshot_repositories) |
475 | | - create_resources('elasticsearch::template', $::elasticsearch::templates) |
476 | | - create_resources('elasticsearch::user', $::elasticsearch::users) |
| 469 | + create_resources('elasticsearch::index', $elasticsearch::indices) |
| 470 | + create_resources('elasticsearch::pipeline', $elasticsearch::pipelines) |
| 471 | + create_resources('elasticsearch::plugin', $elasticsearch::plugins) |
| 472 | + create_resources('elasticsearch::role', $elasticsearch::roles) |
| 473 | + create_resources('elasticsearch::script', $elasticsearch::scripts) |
| 474 | + create_resources('elasticsearch::snapshot_repository', $elasticsearch::snapshot_repositories) |
| 475 | + create_resources('elasticsearch::template', $elasticsearch::templates) |
| 476 | + create_resources('elasticsearch::user', $elasticsearch::users) |
477 | 477 |
|
478 | 478 | if ($manage_repo == true) { |
479 | 479 | if ($repo_stage == false) { |
|
0 commit comments