Skip to content

Commit ee46776

Browse files
committed
Update puppet class for renaming in Zulip 4.0.
1 parent e57a391 commit ee46776

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ RUN \
6767
mv zulip-server-docker zulip && \
6868
cp -rf /root/custom_zulip/* /root/zulip && \
6969
rm -rf /root/custom_zulip && \
70-
export PUPPET_CLASSES="zulip::dockervoyager" \
71-
DEPLOYMENT_TYPE="dockervoyager" \
70+
export PUPPET_CLASSES="zulip::profile::docker" \
7271
ADDITIONAL_PACKAGES="expect" && \
7372
/root/zulip/scripts/setup/install --hostname="$(hostname)" --email="docker-zulip" --no-init-db && \
7473
rm -f /etc/zulip/zulip-secrets.conf /etc/zulip/settings.py && \

0 commit comments

Comments
 (0)