Merge "Fix regex in NoRoaming workaround"

This commit is contained in:
Jenkins 2016-10-12 23:18:28 +00:00 committed by Gerrit Code Review
commit cb061a4d9e

View File

@ -319,7 +319,7 @@ class openstack_project::template (
}
file_line { 'ensure NoRoaming for ssh clients':
after => '^Host *',
after => '^Host \*',
path => '/etc/ssh/ssh_config',
line => ' UseRoaming no',
}