puppet: enterprise=>voyager for single-server configuration.

(imported from commit 7cc47ac7c470239cd00f69cfd3137b39a0d06e3a)
This commit is contained in:
Tim Abbott 2015-09-24 22:00:16 -07:00
parent d7618ff8dc
commit 2fb9560476
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ apt-get install -y puppet git
cp -a /root/zulip/puppet/zulip/files/puppet.conf /etc/puppet/
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
# These server restarting bits should be moveable into puppet-land, ideally