Create "heka" group and add "heka" user to it
TrivialFix Partially implements: blueprint heka Change-Id: I55053251596394685fd632748b42ba23ecfbeccb
This commit is contained in:
parent
0e67afb73b
commit
2069aaa2e3
@ -4,7 +4,7 @@ MAINTAINER {{ maintainer }}
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN yum -y install https://github.com/mozilla-services/heka/releases/download/v0.10.0/heka-0_10_0-linux-amd64.rpm \
|
||||
&& useradd heka
|
||||
&& useradd --user-group heka
|
||||
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user