Added "example" zulip.conf

This commit is contained in:
Alexander Trost
2015-10-05 16:23:02 +02:00
parent b134d17056
commit 37329bdf19
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ ENV ZULIP_GROUP="zulip" ZULIP_USER="zulip" ZULIP_DIR="/home/zulip" \
ADD entrypoint.sh /entrypoint.sh
# TODO: Change this to the docker build repo including all required files
# zulip.conf file is also located in includes folder
RUN chmod 755 /entrypoint.sh && \
groupadd -r "zulip" && \
useradd -r -g "zulip" -d "/home/zulip" "zulip" && \

View File

@@ -0,0 +1,3 @@
[machine]
puppet_classes = zulip::voyager
deploy_type = voyager