diff options
| author | Valentin Gologuzov <vgologuz@redhat.com> | 2015-06-09 17:43:58 +0200 |
|---|---|---|
| committer | Valentin Gologuzov <vgologuz@redhat.com> | 2015-06-09 17:43:58 +0200 |
| commit | 0fc3a4e281c0b654cb5cfb5d5bfe2ca0718c30e8 (patch) | |
| tree | 376ade22d2697a686b51956833196c00412d17c9 | |
| parent | 04cc0d7b95cc6bf0c87840fe6e862eab6ee38165 (diff) | |
[copr][frontend] enable logstash daemon
| -rw-r--r-- | roles/copr/frontend/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index 4d42673e1..679187ff7 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -92,6 +92,7 @@ service: state=running enabled=yes name={{ item }} with_items: - httpd + - logstash - name: set acl for logstash to access httpd logs acl: name=/var/log/httpd entity=logstash etype=user permissions=rx state=present |
