install-server: Accept apt-get prompts

(imported from commit 2f69d047488d3d82689a4fc71777e3c4667b36d5)
This commit is contained in:
Zev Benjamin 2012-12-12 11:50:48 -05:00
parent b6b0ab80cb
commit 16a5af0b8d
1 changed files with 1 additions and 1 deletions

View File

@ -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