Create "heka" group and add "heka" user to it

TrivialFix
Partially implements: blueprint heka

Change-Id: I55053251596394685fd632748b42ba23ecfbeccb
This commit is contained in:
Éric Lemoine 2016-02-22 14:05:17 +01:00
parent 0e67afb73b
commit 2069aaa2e3

View File

@ -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'] %}