Set purge_config to false on logstash class

Change-Id: Icb8f3eb2f54490ab88c701574f904930897750eb
This commit is contained in:
Alejandro Andreu 2017-03-23 10:20:40 +01:00
parent 4a2264736d
commit b5ccf55de2
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