mirror of https://github.com/zulip/zulip.git
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:
parent
044b08b409
commit
e9a8d3e447
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue