mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 19:55:20 +08:00
handle legacy profile formats in fetching profile data
This commit is contained in:
@@ -89,7 +89,7 @@ def fetch_profiles(max_to_fetch = None):
|
||||
resp['fqu'] = fqu
|
||||
|
||||
try:
|
||||
resp['profile'] = get_profile(fqu)[0]
|
||||
resp['profile'] = get_profile(fqu, use_legacy = True)[0]
|
||||
all_profiles.append(resp)
|
||||
except KeyboardInterrupt as e:
|
||||
raise e
|
||||
|
||||
Reference in New Issue
Block a user