Set calliope configuration to the default template

Change-Id: I34dd8b840b996ffe8d73e24ec77c04072045ff70
This commit is contained in:
Alejandro Andreu 2016-10-27 16:21:39 +02:00
parent 0ad06863a4
commit 1b7b2fac27

View File

@ -57,7 +57,7 @@ class midonet::analytics::services (
}
unless $calliope_port == '8080' {
exec { "echo calliope.service.ws_port : ${calliope_port} | mn-conf set":
exec { "echo calliope.service.ws_port : ${calliope_port} | mn-conf set -t default":
path => ['/usr/bin', '/bin'],
before => Service[$analytics_package_name],
}