Merge "Set purge_config to false on logstash class"

This commit is contained in:
Jenkins 2017-03-23 09:41:11 +00:00 committed by Gerrit Code Review
commit eb74d31ea0
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