Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
heka
/
67cd24a266475a9886c738771dfe6a0a333d5344
/
.
/
heka
/
log_collector.sls
blob: a50e6d28e49aee7039b33bd136af11252377d954 [
file
] [
log
] [
blame
]
Ales Komarek
c9a3eb1
2016-10-12 11:17:55 +0200
[
diff
] [
blame
]
1
{%-
if
pillar
.
heka
.
log_collector
is
defined
%}
2
3
include
:
4
-
heka
.
_common
5
6
{%-
set
service_name
=
"log_collector"
%}
7
8
{%-
include
"heka/_service.sls"
%}
9
10
{%-
endif
%}