Merge "Force json output format for hiera in derive pci whitelist" into stable/victoria

This commit is contained in:
Zuul 2021-02-16 08:00:12 +00:00 committed by Gerrit Code Review
commit 870ed10ef2
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def get_pci_passthrough_whitelist(user_config, pf, pci_addresses,
def user_passthrough_config():
try:
out, err = processutils.execute(
'hiera', '-c', '/etc/puppet/hiera.yaml',
'hiera', '-f', 'json', '-c', '/etc/puppet/hiera.yaml',
_PASSTHROUGH_WHITELIST_KEY
)
if not err: