install-server: Restart sshd after configuring it

Needed for disabling password authentication to take effect.  Fixes #202.

(imported from commit f082b08076ecb1f0facb3f66d5b416ea545dfa4f)
This commit is contained in:
Keegan McAllister 2012-10-29 21:45:41 -04:00
parent 044b08b409
commit e9a8d3e447
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ puppet apply /root/humbug/servers/puppet/manifests/site.pp || true
puppet apply /root/humbug/servers/puppet/manifests/site.pp
# The last bit should be moveable into puppet-land, ideally
service apache2 restart
service ssh restart
apt-get upgrade
EOF