You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We probably need to add the cloud.provider fact to both the EC2 and GCE fact groups. Or perhaps we need to block the entire cloud fact, similar to how the operating system group blocks the entire os fact.
We're missing an AWS fact group.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Even if EC2 is in the blocklist for facter, the
cloud.provider
fact will still make a call to EC2. The spot where it calls EC2 is here.Expected Behavior
When EC2 is in the blocklist for facts, no calls should be made to EC2.
Workaround
Add the
cloud.provider
fact in the blocklist as well as EC2 to prevent the call.Additional Context
Is related to #2672
facter/lib/facter/config.rb
Lines 65 to 68 in fabedea
cloud.provider
fact to both theEC2
andGCE
fact groups. Or perhaps we need to block the entirecloud
fact, similar to how theoperating system
group blocks the entireos
fact.The text was updated successfully, but these errors were encountered: