install: Set puppet deploy type for local server.

(imported from commit c8b7ac3a7741470851f6fa9c27677e1238c1dce7)
This commit is contained in:
Tim Abbott 2013-11-10 10:14:58 -05:00
parent b0dc882f7e
commit 5f7c530285
1 changed files with 1 additions and 1 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" > /etc/zulip/zulip.conf
echo -e "[machine]\npuppet_classes = zulip::local_server\ndeploy_type = local" > /etc/zulip/zulip.conf
/root/zulip/scripts/zulip-puppet-apply -f
# These server restarting bits should be moveable into puppet-land, ideally