Merge "Use more strict expression to look up the bind parameter"

This commit is contained in:
Zuul 2022-05-06 05:11:39 +00:00 committed by Gerrit Code Review
commit f9da552219
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ class barbican::api (
file_line { 'Modify bind_port in gunicorn-config.py':
path => '/etc/barbican/gunicorn-config.py',
line => "bind = '${bind_host}:${bind_port}'",
match => '.*bind = .*',
match => '^bind = .*',
tag => 'modify-bind-port',
}
}