This commit is contained in:
thomashaw
2021-11-15 20:37:02 +00:00
parent 931a697965
commit d9e47ae5a0
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class elasticsearch::config (
mode => '0644',
owner => 'root',
group => 'elasticsearch',
content => template('elasticsearch_7/elasticsearch.yml.erb')
content => template('elasticsearch/elasticsearch.yml.erb')
}
}

View File

@@ -12,7 +12,7 @@ class kibana::config (
mode => '0660',
owner => 'kibana',
group => 'kibana',
content => template('kibana_7/kibana.yml.erb')
content => template('kibana/kibana.yml.erb')
}
}

View File

@@ -12,7 +12,7 @@ class logstash::config (
mode => '0644',
owner => 'logstash',
group => 'logstash',
content => template('logstash_7/logstash.yml.erb')
content => template('logstash/logstash.yml.erb')
}
file { '/etc/logstash/conf.d/':
@@ -27,7 +27,7 @@ class logstash::config (
mode => '0644',
owner => 'logstash',
group => 'logstash',
content => template('logstash_7/configfile-template.erb'),
content => template('logstash/configfile-template.erb'),
require => File['/etc/logstash/conf.d/']
}