mirror of https://github.com/zulip/zulip.git
puppet: enterprise=>voyager for single-server configuration.
(imported from commit 7cc47ac7c470239cd00f69cfd3137b39a0d06e3a)
This commit is contained in:
parent
d7618ff8dc
commit
2fb9560476
|
@ -15,7 +15,7 @@ apt-get install -y puppet git
|
||||||
cp -a /root/zulip/puppet/zulip/files/puppet.conf /etc/puppet/
|
cp -a /root/zulip/puppet/zulip/files/puppet.conf /etc/puppet/
|
||||||
|
|
||||||
mkdir -p /etc/zulip
|
mkdir -p /etc/zulip
|
||||||
echo -e "[machine]\npuppet_classes = zulip::enterprise\ndeploy_type = voyager" > /etc/zulip/zulip.conf
|
echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf
|
||||||
/root/zulip/scripts/zulip-puppet-apply -f
|
/root/zulip/scripts/zulip-puppet-apply -f
|
||||||
|
|
||||||
# These server restarting bits should be moveable into puppet-land, ideally
|
# These server restarting bits should be moveable into puppet-land, ideally
|
||||||
|
|
Loading…
Reference in New Issue