mirror of https://github.com/zulip/zulip.git
localserver: Fix leftover code in install script.
This should have been removed when forking from our internal install script. (imported from commit cb0c0790ba8343d62ef5f5171b219c458a16e906)
This commit is contained in:
parent
6fea6a7856
commit
6b9ebfdad5
|
@ -7,12 +7,10 @@ apt-get -y dist-upgrade
|
|||
apt-get install -y puppet git
|
||||
cp -a /root/zulip/puppet/zulip/files/puppet.conf /etc/puppet/
|
||||
|
||||
ssh $SSH_OPTS "$server" -t -i "$amazon_key_file" -lroot <<EOF
|
||||
cp -a /root/zulip/puppet/zulip/files/puppet.conf /etc/puppet/
|
||||
|
||||
mkdir /etc/zulip
|
||||
echo -e "[machine]\npuppet_classes = zulip::local_server" > /etc/zulip/zulip.conf
|
||||
/root/zulip/scripts/zulip-puppet-apply -f
|
||||
|
||||
cp -a /root/zulip /home/zulip/zulip
|
||||
chown -R zulip:zulip /home/zulip/zulip
|
||||
|
||||
|
|
Loading…
Reference in New Issue