module Luban::Deployment::Packages::Elasticsearch::Paths

Public Instance Methods

control_file_dir() click to toggle source
# File lib/luban/deployment/packages/elasticsearch/base.rb, line 6
def control_file_dir; @control_file_dir ||= "config"; end
control_file_name() click to toggle source
# File lib/luban/deployment/packages/elasticsearch/base.rb, line 8
def control_file_name
  @control_file_name ||= "#{service_name}.yml"
end
data_path() click to toggle source
# File lib/luban/deployment/packages/elasticsearch/base.rb, line 12
def data_path
  @data_path ||= shared_path.join('data')
end