From 2fb9560476afdb1818fdc5d59df52e76efdac53b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 24 Sep 2015 22:00:16 -0700 Subject: [PATCH] puppet: enterprise=>voyager for single-server configuration. (imported from commit 7cc47ac7c470239cd00f69cfd3137b39a0d06e3a) --- puppet/zulip/manifests/{enterprise.pp => voyager.pp} | 0 scripts/lib/install | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename puppet/zulip/manifests/{enterprise.pp => voyager.pp} (100%) diff --git a/puppet/zulip/manifests/enterprise.pp b/puppet/zulip/manifests/voyager.pp similarity index 100% rename from puppet/zulip/manifests/enterprise.pp rename to puppet/zulip/manifests/voyager.pp diff --git a/scripts/lib/install b/scripts/lib/install index 8e344f21e7..713b13d650 100755 --- a/scripts/lib/install +++ b/scripts/lib/install @@ -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