Remove ssh_config NoRoaming setting

The security vulnerability that required this mitigation has been
patched[1][2] so we can clean up this code.

[1] https://www.ubuntu.com/usn/usn-2869-1/
[2] https://access.redhat.com/security/cve/cve-2016-0777

Change-Id: I6c9f5a533ee9c49cd563eb31bd2a3c6f2d056ec3
This commit is contained in:
Colleen Murphy 2017-04-08 22:02:40 +02:00
parent 536636402e
commit ee11e477a3
1 changed files with 0 additions and 6 deletions

View File

@ -183,12 +183,6 @@ class openstack_project::template (
user => 'root',
}
file_line { 'ensure NoRoaming for ssh clients':
after => '^Host \*',
path => '/etc/ssh/ssh_config',
line => ' UseRoaming no',
}
if ($::osfamily == 'Debian') {
# NOTE(pabelanger): Puppetlabs only support Ubuntu Trusty and below,
# anything greater will use the OS version of puppet.