We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e511274 commit b6de9fdCopy full SHA for b6de9fd
lib/puppet/functions/azure_key_vault/lookup.rb
@@ -30,7 +30,7 @@ def lookup_key(secret_name, options, context)
30
end
31
32
normalized_secret_name = TragicCode::Azure.normalize_object_name(secret_name, options['key_replacement_token'] || '-')
33
- context.explain { " Using normalized KeyVault secret key for lookup: #{normalized_secret_name}" }
+ context.explain { "Using normalized KeyVault secret key for lookup: #{normalized_secret_name}" }
34
return context.cached_value(normalized_secret_name) if context.cache_has_key(normalized_secret_name)
35
access_token = context.cached_value('access_token')
36
if access_token.nil?
0 commit comments