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

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',
}
}