commit | 0afc878e3c5b4fc1790fb72038e1befc90287fea | [log] [tgz] |
---|---|---|
author | Simon Pasquier <spasquier@mirantis.com> | Tue Aug 29 16:08:17 2017 +0200 |
committer | Simon Pasquier <spasquier@mirantis.com> | Wed Sep 27 15:16:37 2017 +0200 |
tree | 2c10c2b969b1de4d138a967fcbac70198f2a64cc | |
parent | 0edda68e819021534f61faa241058c63f52053ec [diff] [blame] |
Set proper ownership for the Heka configuration This change enforces the ownership on the configuration files: 'heka' user and group for non-container installations and 'root' otherwise. Change-Id: I92b58421dae0393335d460f41508e3e1c0e8f490
diff --git a/metadata/service/remote_collector/container.yml b/metadata/service/remote_collector/container.yml index eefddda..52ac6b4 100644 --- a/metadata/service/remote_collector/container.yml +++ b/metadata/service/remote_collector/container.yml
@@ -7,3 +7,4 @@ remote_collector: enabled: true container_mode: true + owner: root