puppet: Rename local_server => enterprise.

(imported from commit 5faa269df5937f6db99098e44aaea7d0a4f2c14a)
This commit is contained in:
Tim Abbott
2013-11-12 12:16:36 -05:00
parent 21f1058fd2
commit 966fde261a
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,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::local_server\ndeploy_type = local" > /etc/zulip/zulip.conf
echo -e "[machine]\npuppet_classes = zulip::enterprise\ndeploy_type = enterprise" > /etc/zulip/zulip.conf
/root/zulip/scripts/zulip-puppet-apply -f
# These server restarting bits should be moveable into puppet-land, ideally