Set purge_config to false on logstash class

Change-Id: Icb8f3eb2f54490ab88c701574f904930897750eb
(cherry picked from commit b5ccf55de2)
This commit is contained in:
Alejandro Andreu 2017-03-23 10:20:40 +01:00
parent cbae0e2b3a
commit a8bf6fd32b
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class midonet::analytics (
class { 'logstash':
manage_repo => $manage_repo,
repo_version => $logstash_version,
purge_config => false,
}
contain logstash