Merge "Fix "More than one line in file '/etc/sysconfig/libvirtd' matches pattern" errors"

This commit is contained in:
Zuul 2019-10-10 21:25:46 +00:00 committed by Gerrit Code Review
commit b02fc141bd
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class nova::migration::libvirt(
file_line { '/etc/sysconfig/libvirtd libvirtd args':
path => '/etc/sysconfig/libvirtd',
line => 'LIBVIRTD_ARGS="--listen"',
match => 'LIBVIRTD_ARGS=',
match => '^LIBVIRTD_ARGS=',
tag => 'libvirt-file_line',
}
}