Stop clients from using Roaming
http://undeadly.org/cgi?action=article&sid=20160114142733 Change-Id: Ia87c2ec853daf24331ab90add94ae6f8c8ee4500
This commit is contained in:
parent
5e63349100
commit
bf3f419b7c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user