This module sets up Opensearch.
- package installation via archive, package, or repository
- configuration file
- service
Some exmaples for the usage of the modules
include opensearch
Use another version (see https://opensearch.org/downloads.html for valid versions)
class { 'opensearch':
version => '2.6.0',
}
class { 'opensearch':
use_default_settings => false,
settings => {
'valid_opensearch_key' => 'valid_value',
},
}
class { 'opensearch':
restart_on_package_changes => false,
restart_on_config_changes => false,
}
Please see the REFERENCE.md
This module is built upon and tested against the versions of Puppet listed in the metadata.json file (i.e. the listed compatible versions on the Puppet Forge).
Please see the CONTRIBUTING.md file for instructions regarding development environments and testing.