mirror of https://github.com/zulip/zulip.git
install-server: Accept apt-get prompts
(imported from commit 2f69d047488d3d82689a4fc71777e3c4667b36d5)
This commit is contained in:
parent
b6b0ab80cb
commit
16a5af0b8d
|
@ -78,7 +78,7 @@ cp -a /root/humbug/servers/puppet/puppet.conf /etc/puppet/
|
|||
puppet apply /root/humbug/servers/puppet/manifests/site.pp || true
|
||||
puppet apply /root/humbug/servers/puppet/manifests/site.pp
|
||||
# These server restarting bits should be moveable into puppet-land, ideally
|
||||
apt-get upgrade
|
||||
yes '' | apt-get upgrade
|
||||
service iptables-persistent start
|
||||
service ssh restart
|
||||
if [ -e "/etc/init.d/nginx" ]; then
|
||||
|
|
Loading…
Reference in New Issue