Merge "Fix regex in NoRoaming workaround"
This commit is contained in:
commit
cb061a4d9e
@ -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',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user