commit | f9d872db1d9fd76079f6848875eb582e2dd65ab5 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue May 30 15:36:32 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue May 30 15:49:01 2017 -0700 |
tree | 38d1978950a741c8d65d70a04d1157091aa99868 | |
parent | d222134e452fdbf6bceb05420264286f6678be9a [diff] |
[CORD-1360] Adding xos_dir to xos_config Change-Id: If67ac7bf5462a6ef4dfa493eb345f9325ca43547
diff --git a/roles/cord-profile/templates/xos_config.yaml.j2 b/roles/cord-profile/templates/xos_config.yaml.j2 index 340d32c..571c490 100644 --- a/roles/cord-profile/templates/xos_config.yaml.j2 +++ b/roles/cord-profile/templates/xos_config.yaml.j2
@@ -8,4 +8,5 @@ channels: {% for channel in xos_logging_channels %} - {{ channel }} -{% endfor %} \ No newline at end of file +{% endfor %} +xos_dir: {{ xos_dir }} \ No newline at end of file