Stop clients from using Roaming

http://undeadly.org/cgi?action=article&sid=20160114142733

Change-Id: Ia87c2ec853daf24331ab90add94ae6f8c8ee4500
This commit is contained in:
Spencer Krum 2016-01-14 09:24:21 -08:00
parent 5e63349100
commit bf3f419b7c

View File

@ -271,6 +271,12 @@ class openstack_project::template (
user => 'root',
}
file_line { 'ensure NoRoaming for ssh clients':
after => 'Host *',
path => '/etc/ssh/ssh_config',
line => ' UseRoaming no',
}
###########################################################
# Manage Puppet
# possible TODO: break this into openstack_project::puppet