Class: Puppet::Provider::ElasticParsedFile
- Inherits:
-
ParsedFile
- Object
- ParsedFile
- Puppet::Provider::ElasticParsedFile
- Defined in:
- lib/puppet/provider/elastic_parsedfile.rb
Overview
Parent class for Elasticsearch-based providers that need to access specific configuration directories.
Direct Known Subclasses
Class Method Summary collapse
-
.xpack_config(val) ⇒ Object
Find/set an x-pack configuration file.
Class Method Details
.xpack_config(val) ⇒ Object
Find/set an x-pack configuration file.
11 12 13 |
# File 'lib/puppet/provider/elastic_parsedfile.rb', line 11 def self.xpack_config(val) self.default_target ||= "/etc/elasticsearch/#{val}" end |