Merge "Set purge_config to false on logstash class" into stable/ocata

This commit is contained in:
Jenkins 2017-04-07 08:48:31 +00:00 committed by Gerrit Code Review
commit 69748da2b1
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