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