Stop managing file permissions under /var/lib/elasticsearch

There shouldn't be a need to do this, as the contents are generated
directly from elasticsearch.

Change-Id: I99ec3cfcc146477ee011f6dd926191c65495e90f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-20 14:47:53 -04:00
parent 32b7f9ee61
commit 0d9347f41e
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ class elasticsearch (
ensure => directory,
group => 'elasticsearch',
owner => 'elasticsearch',
recurse => true,
require => Package['elasticsearch'],
}